Best Solution for Game

Hello Everybody,

I wanted to know the best way to structure a game I have an idea about. I want the game to flash something on the screen and then the player will shift the screen by touch/scroll to the screen to find the answer. My question is what do I have to do to make the game recognize that the player has gotten to the screen the game called out?

So for example if the game flashed screen 8 and the player scrolled over to screen eight how does the game know?

Michelle

You'd set some kind of a flag.

When the "flash" happened you'd set something like flash = 8 so that the game "knew" it was scene8.

Then you'd set up a listener so if scene 8 was on screen (x position, maybe? I can't picture your exact setup) and wasn't being dragged, it would fire a win.

Peach :)

views:1409 update:2011/10/5 8:48:05
corona forums © 2003-2011