Play button in AS2
Started by: xomegax | Replies: 4 | Views: 755
Oct 5, 2012 1:46 AM #751697
I need a code for a play button in AS2. Thanks to anyone who helps me out. :)
Oct 5, 2012 2:22 AM #751713
Click the button---> actions and type
on (release) {
gotoAndPlay(2);
}
:D
on (release) {
gotoAndPlay(2);
}
:D
Oct 5, 2012 2:34 AM #751722
thx
Oct 5, 2012 3:43 AM #751780
Or,
on(release){
play();
}
on(release){
play();
}
Oct 5, 2012 2:17 PM #752071
Allright thanks ??? and _camila_ they both worked. xD