ActionScript

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

This page is far from complete, go ahead and write some more!
You can extend this page by editing it.

What is Actionscript?

Actionscript is the scripting used in Adobe Flash. Due to Actionscript's implementation with Flash, it is extremely simple to create a full game in Flash in a relatively short amount of time. This is because Flash allows you to directly interact and draw graphics and animation, and thus allows you to skip over a lot of preliminary code you have to write in other languages.

Recent versions of ActionScript follow the ECMAScript standard (with extensions), so ActionScript shares most of Javascript's features. This includes functional programming and prototype-based OO. This also gives it a syntax resemblance to the C and Java languages.

Actionscript can be used in conjuction with Flash to make games that can be sponsored (by sites like Armorgames or Crazy Monkey Games if you submit them to such sites as Newgrounds based on their preformance.

Links

Flash homepage
Flash tutorials and board
Flash help