00:00
00:00
Newgrounds Background Image Theme

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

Explanations!

Forgiveno1 :- You have made a VERY easy mistake to make. You have placed " // " before some pieces of script. DO NOT! The " // " is for Author Comments, in case the author needs to, remember what a piece of script means. e.g:
on(release){
gotoAndStop(3)
}
//Sends user to frame 3

Zinc55 :- I think i understand your problem. 1. On the frame you want the button to send the user to, select that very frame, press F9, and type in

stop();

(Make sure you put in the Brackets & Semi-Colon!)
2.Now insert this script into your button:

on(release){
gotoAndStop(insert-frame-number-here)
}

3.Where it says "insert-frame-number-here", replace that with the frame number you inserted the " stop(); " script into.

Now, my review:
Awesome tut!

Clueless

When I read a button on for making a play button 4 a flash in progress I can never do the code right i tryed
on(press) {
//stop();
//gotoAndPlay(5);
}
and
on(release) {
//stop();
//gotoAndPlay(5);
}
but it still doesnt work can any1 help?

great!!!

cool tutorial, very complete. 48/10

I tried to make the drag and drop!

And it says its damn something wrong with damn }
IM gonna MAAAAAAAD
8(
:(:(:(:(:(:(:(

very helpfull :)

it is all quite complex of a guide but when i get good at Flash and theres one specific thing i need to learn, i now know where to look :)