muppet
11-09-2005, 11:53 AM
I want to stop the main timeline at a certain point, then the user presses <space> when they want to continue.
I use stop(); and it works fine (as it should).
When I make the action look like this;
stop();
on(keyPress "<Space>"){
play();
}
the resulting SWF or EXE file just plays through as though no stop action was there. Why would this be?
I use stop(); and it works fine (as it should).
When I make the action look like this;
stop();
on(keyPress "<Space>"){
play();
}
the resulting SWF or EXE file just plays through as though no stop action was there. Why would this be?