Be a Supporter!

starting out action script 3

  • 332 Views
  • 5 Replies
New Topic Respond to this Topic
cristian123
cristian123
  • Member since: Feb. 5, 2011
  • Offline.
Forum Stats
Member
Level 03
Blank Slate
starting out action script 3 2011-02-11 15:24:03 Reply

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

svsaproductions
svsaproductions
  • Member since: Nov. 15, 2008
  • Offline.
Forum Stats
Member
Level 07
Programmer
Response to starting out action script 3 2011-02-11 15:40:43 Reply

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);

BBS Signature
Attila0413
Attila0413
  • Member since: Dec. 10, 2009
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to starting out action script 3 2011-02-12 10:26:03 Reply

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


BBS Signature
Innermike
Innermike
  • Member since: Sep. 11, 2009
  • Offline.
Forum Stats
Member
Level 14
Blank Slate
Response to starting out action script 3 2011-02-12 11:43:15 Reply

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

Attila0413
Attila0413
  • Member since: Dec. 10, 2009
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to starting out action script 3 2011-02-12 23:41:11 Reply

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:

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?

Because those are the books I've effectively read, and come along with a short review. I've never bought and read Essential AS3.


BBS Signature
cytrox
cytrox
  • Member since: Jul. 19, 2007
  • Offline.
Forum Stats
Member
Level 02
Blank Slate
Response to starting out action script 3 2011-02-13 08:59:10 Reply

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.