Hello all,
I am trying to make a game where on start there is a white grid of squares, the squares will flash random colors and in random positions. Each time the player taps the correct colored square they score a point.
I have searched in the tutorials and the forums but couldn't find an example how to do this. Can I just have a grid layout, say 15 X 10 squares, and have each square flash at those co-ordinates, or do i need to layout each grid square?
Thanks for any help.