00:00
00:00
Newgrounds Background Image Theme

Sim-Doe 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 "The Tutorial Collab '08"

Great and helpful!

please you should make the '10 one!! :D
60% of what i learned in flash through the years was from your tutorials!
please make a new one!!!

Fantastic!

I thought this was probably the best collab on newgrounds! I am currently having a problem with the pong tutorial though. i keep getting error messages on the 34 and 38th lines of the script given. 34 is the first line & 38 is the last.
}
if (ball._y>546.3-ball._height/2) {
ball._y = 546.3-ball._height/2;
diry *= -1;
}

can anyone help me out?

Depredation responds:

}
if (ball._y>546.3+ball._height/2) {
ball._y = 546.3+ball._height/2;
diry *= -1;
}

should work.

Thank you

very nice tutorial thanks
but i hate FLASH CS4 !

THANKS!

You might have noticed -(not) :P- that I am really new to this flash stuff... I always had an interest in scripting, flashes etc. and this guide is helping em A LOT. So I would like to thank you for posting this guide and everything else...
Thanks o_O
o,o

Error in making scripted camara

Hey guys....
I have a problem in making a virtual camara...
heres the output when i play:

**Error** Scene=Scene 1, layer=Example, frame=2:Line 2: Statement must appear within on/onClipEvent handler
this.onEnterFrame = function() {

**Error** Scene=Scene 1, layer=Example, frame=2:Line 8: Statement must appear within on/onClipEvent handler
this.onUnload = function() {

Total ActionScript Errors: 6 Reported Errors: 6

Help please.....
Because of this problem, my score is 7.