flash movie control?
flash movie control?
Out of context: Reply #11
- Started
- Last post
- 11 Responses
- ********0
If you are looking to go from one scene to the next, if you have developed it this way in one module. Also use:
on (keyPress "") {
prevScene();
}
on (release) {
prevScene();
}AND
on (keyPress "") {
nextScene();
}
on (release) {
nextScene();
}