Hi,
I am trying to make a piano and created the keys with sprites.
Each sprite has one animation frame added to show the key "down state" mode.
Here is the problem. In Flash, I have a "stop" command which prevents animation from starting until I call that event via a mouse listener ...
How do I prevent the keys to go to frame 1 when I start the game? (remember, frame one is the down state).
Thanks