Currently, I have 2 images(barMiddle and blueBall1). The barMiddle can only move up and down by user response. And, it is in the middle of the screen. While, the blueBall1 will move and bounce around the screen. What I want to ask is how do I do image collision? I want the blueBall1 to bounce away when it hits barMiddle. I have heard something about Rectangle. However, does anyone know how to do it or do you have any other idea?
FYI: I am developing it for Windows Phone 8. Therefore, I was told by my lecturer that it is not encouraged to use XNA.