Monster Racer Rush
Select between 5 monster racers, upgrade your monster skill and win the competition!
4.18 / 5.00 3,534 ViewsBuild and Base
Build most powerful forces, unleash hordes of monster and control your soldiers!
3.80 / 5.00 4,200 Viewsi know practically nothing about action script i use cs5 and i dont know where to start learning action script for games anyone know anywhere to start to learn without know anything about as3 and please don't tell to Google it thanks in advance
At 2/11/11 03:24 PM, cristian123 wrote: i know practically nothing about action script i use cs5 and i dont know where to start learning action script for games anyone know anywhere to start to learn without know anything about as3 and please don't tell to Google it thanks in advance
Hello. I've found in the past that building a simple mouse avoider game works well to help you start with AS3 and games.
http://gamedev.michaeljameswilliams.com/
2008/09/17/avoider-game-tutorial-1/
Check out that link ^^ and learn some code. Best of luck! ;)
-SVSA
me.addEventListener(Event.Whenever_
You_Move, function (e:Event):void { gotoAndSay("WTF?") } );
On. actionComplete(run);
I think it's always best to start with a book. I started with these:
http://www.attiliocarotenuto.com/flash/6 0-recommended-actionscript-30-books-ive-
read-by-now
At 2/12/11 10:26 AM, Attila0413 wrote: I think it's always best to start with a book. I started with these:
http://www.attiliocarotenuto.com/flash/6 0-recommended-actionscript-30-books-ive-
read-by-now
Why in the name of Kevin Lynch is Essential AS3 by Colin Moock not on there?
nobody
At 2/12/11 11:43 AM, Innermike wrote:At 2/12/11 10:26 AM, Attila0413 wrote: I think it's always best to start with a book. I started with these:Why in the name of Kevin Lynch is Essential AS3 by Colin Moock not on there?
http://www.attiliocarotenuto.com/flash/6 0-recommended-actionscript-30-books-ive-
read-by-now
Because those are the books I've effectively read, and come along with a short review. I've never bought and read Essential AS3.
At 2/12/11 10:26 AM, Attila0413 wrote: I think it's always best to start with a book. I started with these:
http://www.attiliocarotenuto.com/flash/6 0-recommended-actionscript-30-books-ive-
read-by-now
That avoider game tutorial has got to be the best introduction to AS3 I've ever had the pleasure of working through.