flash question
flash question
Out of context: Reply #3
- Started
- Last post
- 11 Responses
- unformatted0
write a function.
function jumpPage(shit) {
gotoandPlay(shit);
}then to call the function
jumpPage(framename);
if you are jumping to another frame.
make sense.