Actionscript question
Actionscript question
Out of context: Reply #3
- Started
- Last post
- 6 Responses
- BZZZP0
just like that
function IdontUnderstand (goFrame):Void {
_root.gotoAndStop(goFrame);
}on(press){
IdontUnderstand(10);
}
just like that
function IdontUnderstand (goFrame):Void {
_root.gotoAndStop(goFrame);
}
on(press){
IdontUnderstand(10);
}