Basic Flash Question
Basic Flash Question
Out of context: Reply #4
- Started
- Last post
- 4 Responses
- neeko0
well, both statements can go inside the 'on (release) {}' function.
on (release) {
loadMovie();
_level1.name.gotoAndPlay();
}
well, both statements can go inside the 'on (release) {}' function.
on (release) {
loadMovie();
_level1.name.gotoAndPlay();
}