So, I'm making a flash game, its a quiz game. I want lives in it, so when you miss a question you loose a life.
I cant find anything that can help me..
What I want to ask is, is there anyway to make a movie clip with say;
Frame 1;
Lives: 3
Frame 2;
Lives: 2
Frame 3
Lives: 1
Then a game over page.
How would I go about doing this? Everytime I do it, it just counts the question as a right answer and goes to the next frame.
Here is the code I am using.
on(release){
gotoAndStop("lives", 2);
}
What am i doing wrong?
