Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: go to (specific) frame help
From: Helen Triolo
Date: Tue, 1 Aug 2000 16:16:50 +0100

jjb3atmediaone [dot] net wrote:
>
> >
> > << i am trying to go from one(1) movie (2.swf) to the first(1.swf)...the
> first
> > movie has a label in frame 20 named "tw"
> >
> >
> > here is the code:
> >
> > On (Press)
> > Load Movie ("1.swf", 1)
> > Begin Tell Target ("/")
> > Go to and Play ("tw")
> > End Tell Target
> > End On

You're loading 1.swf into level 1. I assume 2.swf is in level 0 (the
main timeline). Andrew was right that your Tell Target should be to
_level1 (since that's where 1.swf resides and that's where the tw frame
is), but you also have to give the movie a chance to load before you
Tell Target it. You'll need to add some code to check if all or enough
of 1.swf has loaded before the tell target.

Regards,
Helen
---------------------------------------------------
Helen Triolo � http://i-Technica.com � 301-424-6037
Flash Q&A archive � http://i-technica.com/flashlist

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Full flasher archive now available online at:
http://www.chinwag.com/flasher/archive.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: go to (specific) frame help, DRMRLPLS
  Re: FLASH: go to (specific) frame help, jjb3

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]