views:

13

answers:

0

I want to display a image at random places on the screen. My idea is to generate two random numbers one being a x-value or a y-value and then passing it into a method which displays the image on the xy coordinates provided.

But, I dont know how to accomplish that so I need some help with coordinates...Also if you know a better way to achieve that please tell me!

Thanks