[swfmill] GotoFrame in "simple" dialect

draculgol at fastmail.us draculgol at fastmail.us
Wed Dec 19 08:54:06 PST 2007


hello,

is the GotoFrame tag available in "simple" dialect? i have tried
something like:

<clip id="someid">
  <frame name="frame000">
    <place id="someresource000" name="name1" depth="1"/>
  </frame>

  <frame name="frame001">
    <place id="someresource001" name="name2" depth="1"/>
  </frame>

  <frame name="frame002">
    <place id="someresource002" name="name3" depth="1"/>
    <GotoFrame frame="1"/>
  </frame>
</clip>

but it doesnt seem to work; the same thing happens when trying to use
<GotoLabel label="frame001"/> instead of GotoFrame. i'm trying to create
a clip which have separate animations in the same movieclip that can be
accessed using gotoAndPlay.

if it's not possible/available, then is it possible to create a
movieclip with multiple scenes (that is, flash.display.Scene) that may
be latter accessed using gotoAndPlay(frame, "scenename")?

thanks for any tips.
-- 
  
  draculgol at fastmail.us

-- 
http://www.fastmail.fm - Choose from over 50 domains or use your own




More information about the swfmill mailing list