00:00
00:00
Newgrounds Background Image Theme

J4CX 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="

Little helpful

It was a pretty helpful tutorial. I actually learned something! :o. But I don't think you have to make the code 3 lines long, you can do the entire thing on one line, so instead of putting

on(release){
gotoAndPlay(#);
}

You can just put

on(release}{gotoAndPlay(#);}

It makes it much easier for me. Please note that I'm using flash 8, not sure if it works for other versions, but that's how i learned it and it works the same. Still, thanks for the tutorial.

Phantox responds:

So just because I typed something another way you're going to give it a 7?

I'm confused

It is a great tutorial, but I think my computer is a shit, i am using Macromedia Flash Professional 8, and every time I copy and paste the action script, it says "detected an unespected }" and I don't know WTF to do!!!

Phantox responds:

I think I know what the problem is... I used Flash CS3. Maybe your code is wrong. You might be typing something like this:

on (release) {
nextFrame();}

OR it could be that the action script you made was wrong.

Try to make sure that the } is at the way bottom so it looks like this.

on (release) {
nextFrame();
}

If you have any problems, you can always PM me or take a look at the Flash forum.

Preety good tutorial

It was an easy understanding tutorial. I don't use, nor have flash, but if I had it I'd know how to do pre-loaders and now buttons. As you said, this is a tutorial for beginners and I think Flash beginners would understand this too. Your examples of buttons were nice, specially the gun one. I also liked the song, and how you teach us how to do mute buttons.

Still, I think I've seen button tutorials before. I'm not saying that you stole them, but it's unoriginal. Make a tutorial about lots of things or at least 2 or more contents.

Apart from that, it was a good tutorial. Make another one, but with more contents related to flash. And I submitted it to the "Flash Tutorials" collection, I think it deserves a spot there.

|Review Request Club|

Phantox responds:

Thanks for submiting it to the tutorials section! I understand what you mean with it being unoriginal. I was going to add more stuff but I had no flash days left and I had to work on another flash I was working on. Anyways, thanks for the review

(title in work)

^^Good Points^^
Pretty good information here. I never thought a button tutorial could teach me anything, but I never knew there was a separate code to go to the next frame, that is interesting.

^^Needs Improving^^
Do you really need stop(); when doing a stopAllSounds();? I've never used it before. Besides what I mentioned above, really nothing in this tutorial to make it better than any of the other many button tutorials on NG.

Phantox responds:

stopAllSounds(); stops all the sounds and keeps playing the frames. stop(); stops the movie from playing.

I think that this one is different from the rest of the things on NG because this one is a lot easier to understand, IMO. Thanks for the review

Good!

Well it's simple and easy to understand, focused on a good subject as well that many flashy beginners will probably appreciate. The interface is easy to use and the filesize is small. I can't think of anything to improve in this, it's great as it is. Keep going!

-cd-

Phantox responds:

Thanks! Glad you thought it was good.