00:00
00:00
Newgrounds Background Image Theme

rumbeeart 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 "Variables Tutorial"

Its nice to learn new stuff without reason.

The fact that I had no idea how to do the stuff this thing taught and it had some good humor in it, you'll get an 8. I don't think there are ANY interactive flash tutorials from variable game stuff. Althought I never make games so complex that this would be useful.

neobyte1 responds:

Yeah. thanks for the review Larty. I just made this in four hours and I have a very good tip:
In actionscript.org there are a beginner tutes and I checked em out. But a big big wonder was that there was a new stuff and things I didn´t knew. So I thought I´m a pro but there is still some beginner tips/tricks I dunno and you shoulda learn em out too. So go there and read some basics. It will help you really!

So I have improved my work and I think you have noticed it too. It will help to do flash without reason and write tutes withot reason ´cose everything is gonna anyway help me and keep my potential up. So you said:

"Althought I never make games so complex that this would be useful."

If you make a game, you have to use variables whatever is it complex or not. You´r making a game and you noticed you need the variables so you can go check my tute out again if you want. Altought these things are beginner stuff and you still didn´t knew em so I recommend you to learn some variables before you do anything based in game stuff.

That´s all and keep up an awesome work with the game stuff you´r making and drawing!

Well Done?

Thank you for this tutorial, can you explain me how to set the var. money so it won't go under 0? I don't think you explain it, should I try x -=1 instead of x-1=x ? Thx

Really useful

I found this really useful. I am trying to learn action script and variables so this could be usefull, especially for a game that's in the pipeline. Anway, to the last reviewer if you don't want the money to go under zero, make the button code say something like;

if (money) = 0 {
this visible = false

Please note, that exact code won't work, it's just an example.

pretty useful...

Except I can't make games alone. Maybe I'll get my friend to view this...

okay

not too bad for a tutorial... i've seen a couple tutorials with a similar idea, but it did have some pretty informative points in it.