HI all
I’m trying to make a game where the user has to hit moving targets (click moving buttons?) on the screen at certain times.
I’ve found tons of code on how to detect if the button is clicked at the correct time, but how do I detect if the button is not clicked?
I imagine I’ll need to use hitTest, and onEnterFrame, but I’m not sure the details on how to set it up.
Has anyone seen a tutorial that covers this? Certainly it would be a common need, but I’ve not been able to track it down with google.
Thanks!
- Rob