00:00
00:00
Newgrounds Background Image Theme

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

Excellent

This is the best tut i have come across so far. Instead of copy + pasting you help us understand how to use it. All I have to say really.

Excellent

10 on everything mainly because it was a tutorial, and i love tutorials, still good overall quality though, but just one question, how do you get that cool pre-loader instead of that shitty old one?

please write back.

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.

Too complicated

Yeah, understand one thing:
When you make a tutorial, you gotta understand that we are all dumbasses
You gotta say:
When you do this, hitstest relauasius a afuouueu
In other words, this shows when your bullet hits the guys head
or when your charecter hits an enemy
you cant say when one movieclip comes in interaction with another
cuz then nobody knows shit
seriousley
you gotta understand
you gotta find an easy way to give out the message
and also you gotta make it copyable
nobody likes to HAVE to read all that bs to be able to make a simple game
you gotta explain better and put better examples

nice

do u really think someone's going to type down all that platformer code without being able to paste it and edit it? it would take a half an hour to look at that crap and type it.
btw, great tutorial tho, it helps to know a few things from it