How do I learn Scripting

Is Unity’s javascript different than javascrip for a website? Where do I learn Javascript for Unity/Video games. If I took a script that works in Unity and put it in say, UDK… would it still work. I already know the basic scripts for Unity but how would I develop my own. Thanks

Yes, quite.

Here.

Not at all.

–Eric

Bear in mind all scripting is similar in the fundamentals…so if you were to learn ActionScript, you would be able to take what you learned and apply it to Javascript. Things like functions and loops are fairly similar across the board, and if you have an understanding of these it’s pretty easy to learn Unity’s scripting.