swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] Really basic AS3 question


From: jean-michel voicechat_fan
Subject: Re: [Swftools-common] Really basic AS3 question
Date: Sat, 17 Oct 2009 10:04:51 +0200



2009/10/17 Matthias Kramm <address@hidden>
On Fri, Oct 16, 2009 at 09:09:36PM +0100, Richard Humphreys <address@hidden> wrote:
> First question, how does one add a sprite to the stage using script? I
> am well aware of how to use '.put ...', but for an arbitrary (and
> possibly large) number of objects I would naturally use addChild();.

addChild() only works with a class derived from Sprite or MovieClip.
Try wrapping a
   class MyMovie extends flash.display.MovieClip
   {
       ...
   }
around your ActionScript.

Matthias






--
http://jeanmichel.gens.free.fr

reply via email to

[Prev in Thread] Current Thread [Next in Thread]