00:00
00:00
Newgrounds Background Image Theme

b0sszkr1 just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Reviews for "=Simple Button Tutorial="

To be honest, is very good.

I already now how to create buttons and all that stuff, but I stop by to revise your tutorial. After a deep analysis I have to say that is very accurate and simple to follow. Each part has examples on the main program screen(which is very clear to see what is going on) and is very easy to remember by just doing the buttons while seen the tutorial screen. Nice work, keep it up, for all newbies this is kind of confusing but with some days of implementing the actual buttons into a flash work everything will flow easily. Practice guys! Well, keep doing more of this tutorials for the NG newbies!!!! See ya!

Phantox responds:

Thanks for the review. Glad you think it's helpful and easy to follow! Took me quite a while...

wow o_o

Ima try It >o 10/10

Phantox responds:

Alright then. Good luck

Great tutorial!

This is a perfect tutorial for beginners!! And I just wanted to make a comment about the below poster, JE386. What the hell do you mean by posting the code all on one line?? The AS code is SUPPOSE to be the way Phantox typed it out! For instance:

on(release){
gotoAndPlay(1);
}

Is NOT suppose to be like this:

on(release){gotoAndPlay(1);}

To me, that just looks like a bunch of garbage, and personally, I would be confused as to what the code means. It looks MUCH better if it is structured the way it is. Would you agree more, Phantox? :P

Phantox responds:

Yeah you're right

Extremely Useful

I thank you on behalf of myself, and anyone else who is a beggener to flash.
I can now construct my flash better (I just started today!) and hopefully it shall make it past portal!
Again, thank-you for this great tutorial.

Phantox responds:

No problem. I'm glad I could help

I got a problem

i tried using this but the flash played before i pressed the button. How do I stop this?

Phantox responds:

Go to your timeline and click on the frame the button is in. Right click the frame in the timeline and click Actions. Write the following:

stop();

That should make the movie or game stop at that frame and make it play when someone does an action, like pressing a button. Sorry for the late response. I hope this helps and good luck