Play button in AS2

Started by: xomegax | Replies: 4 | Views: 755

xomegax
2

Posts: 521
Joined: Jun 2012
Rep: 10

View Profile
Oct 5, 2012 1:46 AM #751697
I need a code for a play button in AS2. Thanks to anyone who helps me out. :)
Camila
2

Posts: 10,258
Joined: Feb 2012
Rep: 10

View Profile
Oct 5, 2012 2:22 AM #751713
Click the button---> actions and type

on (release) {
gotoAndPlay(2);
}

:D
xomegax
2

Posts: 521
Joined: Jun 2012
Rep: 10

View Profile
Oct 5, 2012 2:34 AM #751722
thx
GMR
2

Posts: 3,411
Joined: Aug 2012
Rep: 10

View Profile
Oct 5, 2012 3:43 AM #751780
Or,
on(release){
play();
}
xomegax
2

Posts: 521
Joined: Jun 2012
Rep: 10

View Profile
Oct 5, 2012 2:17 PM #752071
Allright thanks ??? and _camila_ they both worked. xD