00:00
00:00
Newgrounds Background Image Theme

Kamiara18 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 "- FlashGame Source -"

Good work

Good work bro, that should help me out with my flash's and all!
Just wondering what was the name of the song used at the very start, the one with the mirror?

Thanks,
FL.

w00t!

A fabulous tutorial, only 1 flaw that I found.
In the Button tutorial, yousaid the code was:

on(release){
_root.checkmark._alpha=100
}

There is another code that you could do, and is a bit easier, since in it you can make it go to a different frame in the flash program:

on (release) {
gotoAndPlay("Scene 1", 2);
}

Other than that is was splendid, and the examples were quite fun as well.

thanks a lot.

very nice tut. really informative. 10/10, 5/5

well made! :D

very good tutorial.

only problem is that it didn't have what i was looking for.
btw, what i was looking for was how to, in actionscript, be able to name something.
like, say in the game, you typed in something (e.g. spaceman) and then that will appear in a different frame (e.g. hello spaceman!) how do i do it?
if you know could you PM me about it, thanks ;D

Helpful

Extremely helpful. I've always wanted to know how to make flash games. Thanks!