Dec 17 2009

Javascript Timeout

setTimeout("myFunction(myVariable)",1250);

Timeout is in milliseconds, 1 Second = 1000 Milliseconds.

Example:

setTimeout("alert('Beep')",1250);


Aug 2 2009

Actionscript 3.0 (AS3) Changing a MovieClip ’s Color


//*1 Create a variable to store the color transformation named '$newColor'
//*2 Assign the new color
//*3 Assign the new color to your MovieClip named '$myMovieClip'

//*1
var $newColor:ColorTransform = new ColorTransform();
//*2
$newColor.color = (0xFFFFFF);
//*3
$myMovieClip.transform.colorTransform = $newColor;


May 17 2009

Great Flash Gaming Sites and Developers

Based on how quickly you can play games once clicked, with minimal re-directs or ads. (Updated Often)

Kongregate: http://www.kongregate.com/

Miniclip: http://www.miniclip.com/games/en/

CrazyMonkeyGames: http://www.crazymonkeygames.com/


May 14 2009

Actionscript (3.0 - AS3) / Flash Resources / Tutorials for Game Development

Adobe Livedocs: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/

Google Books (Actionscript 3.0): http://books.google.com/books?q=actionscript+3.0&btnG=Search+Books

Google Books (Flash CS3): http://books.google.com/books?q=flash+cs3&btnG=Search+Books

Google Books (Flash CS4): http://books.google.com/books?q=flash+cs4&btnG=Search+Books

Flash and Math: http://www.flashandmath.com/

Senocular: http://www.senocular.com/flash/tutorials/as3withflashcs3/

gotoAndLearn: http://www.gotoandlearn.com/

Kirupa: http://www.kirupa.com/developer/flash/index.htm

gotoAndPlay: http://www.gotoandplay.it/

asgamer: http://asgamer.com/

Tutorialized: http://www.tutorialized.com/tutorials/Flash/Games/1

Flash Game University: http://flashgameu.com/

Swinburne: http://www.swinburne.edu.au/design/tutorials/P-flash/T-Building-a-Flash-game-with-Actionscript-3/ID-46/

Emanuale Feronato: http://www.emanueleferonato.com/2007/09/26/create-a-survival-horror-game-in-flash-tutorial-part-1/

8bitrocket: http://www.8bitrocket.com/blog.aspx?BCATID=206

TonyPa: http://tbg.tonypa.pri.ee/index.html

Levitated: http://www.levitated.net/daily/index.html

Actionscripter: http://actionscripter.co.uk/blog/?page_id=76

getW3help: http://www.getw3help.com/search/label/Flash