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: Richard Humphreys
Subject: Re: [Swftools-common] Really basic AS3 question
Date: Thu, 22 Oct 2009 08:15:05 +0000 (GMT)

Thank you so much Matthias. That is all I needed to know.

I look forward to the new versions.

Richard


From: Matthias Kramm <address@hidden>
To: swftools-common <address@hidden>
Sent: Wednesday, 21 October, 2009 20:08:12
Subject: Re: [Swftools-common] Really basic AS3 question

On Wed, Oct 21, 2009 at 03:56:31PM +0000, Richard Humphreys <address@hidden> wrote:
> I still cannot work out an answer to my original problem: How to add a
> swfc sprite to the stage with script. Thanks to the help that I have
> been given so far, that attached program now compiles without error.
> However it does not work, there are no sprites being added by the
> actionscript.

For this, ActionScript has to know that your "logo" object corresponds
to your "spr" class. That's something not supported by swfc yet.

One of the next swfc versions will contain support.
In to your example, the syntax will then be:

  .sprite logo as3name=spr
    ...
  .end

Matthias





reply via email to

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