onRelease {function
(gotoAndPlay(2)
};
simple buttonPlay a movie code doesn't work
Page 1 of 1
3 Replies - 765 Views - Last Post: 28 May 2009 - 04:15 AM
#1
simple button
Posted 21 May 2009 - 07:27 AM
Play a movie code doesn't work
Replies To: simple button
#3
Re: simple button
Posted 24 May 2009 - 06:29 PM
#4
Re: simple button
Posted 28 May 2009 - 04:15 AM
You can do this in two ways
either write the code on the button itself or write the code in the frame but both differs
paste this code in the button
else
paste this code in the frame
either write the code on the button itself or write the code in the frame but both differs
paste this code in the button
onRelease{
this.gotoAndPlay(2);
}
else
paste this code in the frame
this.button.onRelease = function(){
this.gotoAndPlay(2);
}
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote






|