Does anyone know how to create a button or at least a link to a button tutorial?
A simple play button is all I need. By play, I mean stopping the first frame and only click the button would start the animation.
Thanks.
Button Tutorial?
Started by: Nanite | Replies: 2 | Views: 602
Oct 6, 2012 8:35 AM #752670
Oct 6, 2012 8:55 AM #752677
1.) Write text Play(Or whichever text you want)
2.) Click>F8>Button
-Make sure the point is at the center(The 9 squares)
3.) Click your button, press F9
4.) Write the following code:
on(release){
play();
}
5.) Make a new layer>Click Frame>Type in stop();
2.) Click>F8>Button
-Make sure the point is at the center(The 9 squares)
3.) Click your button, press F9
4.) Write the following code:
on(release){
play();
}
5.) Make a new layer>Click Frame>Type in stop();
Oct 6, 2012 9:09 AM #752684
It worked, thanks, bro!
Although, I have no idea what this means.
Quote from Zero
-Make sure the point is at the center(The 9 squares)
Although, I have no idea what this means.