Friday, January 8, 2010

How to I make a button in flash?

I want to make a flash movie for newgrounds. What is the script so that when it is clicked, the movie plays?How to I make a button in flash?
// put this code inside the button mc.


on (release) {


gotoAndPlay (';moviestart';); // put the frame name in the quotations


}





That should work.

No comments:

Post a Comment