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

I look forward to the new versions.

Richard




________________________________
From: Matthias Kramm <kr...@quiss.org>
To: swftools-common <swftools-common@nongnu.org>
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 
<r_j_humphr...@yahoo.co.uk> 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