00:00
00:00
Newgrounds Background Image Theme

KaelousPrime 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 "Action Scripts Tutorial 1"

Can someone please help me?

How do you type a command into the entire frame? I'm trying to stop them but it's not working.

"and" & "or" may have became "&&" and "||"

I've been learning simple as2 recently and I'd like to mention something I noticed recently. I have shown "and" and "or" before as being able to be used in as2 but I looked them up in the program to check and it called them depreciated. I'm not sure what exactly that means for actionscript but from what I had heard I can infer that it is better to figure out what you can use instead of them.

I found that it seems I should use "&&" instead of "and" and "||" instead of "or" in order to keep updated. I just wanted to note here that they seem to be getting replaced. (as far as I can tell)

good tutorial though! :D

i would like to know AS

that was really helpful, thanks

nooby

Neh.
This tut is mainly for noobs, but if i still was one, i would really appreciate it!
The thing i want to know is, how do you make a 'Download button'
So;
on(release){
//code will allow someone to download something
}

Sorry, that was quite random :D
Keep up the good work.

One question

You seem to know a lot in action script, so I just have one question, if i want to make like, "press space to continue, or to skip, or whatever, and when you press space, it takes you to a determined frame, whats the action script?