I'm hoping to generate a random sprite, and if they correctly identify it as good or bad the sprite will animate.
If I use the choose command to randomly select a still animation frame (from within the same sprite), how will I know which animation to play if they identify it correctly?
Basically, I'm trying to have one random sprite on the screen at a time. The user decides if it is good or bad (collision detection with another object). The sprite animates, then destroys itself, and a new random good/bad guy is generated.