
how to mak start, stop & play buttons for your flash movie
CODE:
sorry the vid is so long
play button
on(press){
play();
}
stop button:
on(press){
gotoAndStop(1)
}
pause button:
on(press){
stop();
}

CODE:
sorry the vid is so long
play button
on(press){
play();
}
stop button:
on(press){
gotoAndStop(1)
}
pause button:
on(press){
stop();
}