00:00
00:00
Newgrounds Background Image Theme

Chineeztac0 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"

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

yeh its ok

this helped me a little bit(heey see im not pissing your tutorials of either!)

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.

I liked it

It is informative and i have been looking for somthing like this for a long time. Also it is giving in short step by step instucktions and they are easy to understand. Which is vital for someone just starting out. Now all I need to do is get flash he he.

Pretty good.

but you forgot the most important thing in "Money" variables. Its not very cool to get - in money and just be able to buy and buy. you should add this:

on (release) {
if (price>money) {
gotoAndStop("getMoreMoney")
}else{
gotoAndStop("ItemGet!")
}

Thats pretty important in games with money.
pretty gj anyways.