Button Script

on 20 Januari 2011
For Play Button

use this script :

on (release){
play()
}

for Stop Button

use this script :
on(release){
gotoAndStop(1)
}

for Pause Button

use this script :
on(release){
stop()
}

for Replay Button

use this script :
on(release){
gotoAndPlay(1)
}

correct me if i'm wrong, thanks alot.

0 Comments: