[casual_games] Game Development in AS3

Charles Parcell cparcell at toxictoy.com
Tue Nov 27 11:44:08 EST 2007


First, follow Gary's suggestion and get his book.

Second, do not confuse classes with MovieClips. Classes are the code
bits that are attached to the MovieClips.

Charles P.


Gary Rosenzweig wrote:

> On Nov 26, 2007 10:01 PM, dayvid jones <dayvid at dayvid.com> wrote:

>

>> So in AS3 how do classes

>> find MCs on the stage?

>>

>

> MovieClip(root).myClassName

>

> But, you probably don't need that. Just store the movie clip you

> create in an array (planes, bombs, etc) as you create them and

> reference them that way.

>

>

>> Does anyone know of a book or website that gives instruction or

>> examples for a game with enemies that shoot back? Or can anyone

>> answer my question?

>>

>

> Both a Web site and a Book:

> http://flashgameu.com

> (Shameless plug)

> There is even a game with planes and a gun.

>

>





More information about the Casual_Games mailing list