Flasher Archive

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


Subject: Re: FLASH: (()) please help...
From: Marc Hoffman, Poison Dart Frog Media
Date: Wed, 24 Nov 1999 00:07:47 GMT

At 02:26 PM 11/23/99 , you wrote:
>yesterday i asked a question about checking if a movie in a level is
>loaded from another level (flash 3).
>colin wrote an email about this on moday 28 june 1999.
>i still don't know how to do it can you please help?


In Flash3 you need to have the movie that's loading communicate with the
movie that loaded it. This is because there's no way to poll a frame that
hasn't loaded yet. So, let's say Level0 loads a movie into Level1. You want
to know when frame 200 in Level1 is loaded. Put a Telltarget action in
frame 200 in Level1. Target Level0 to do whatever it should do when Level1
is loaded to that point. For example, you might want to hold up Level0 at a
particular place until Level1 has loaded to frame 200. So in frame 200 of
Level1 you'd have this action:

TellTarget (target: _level0)
Play
End TellTarget

This would make Level0 resume playing.

You can also TellTarget movie clips in Level0 to do something (for
instance, they could go to a frame where they hold a navigation button that
references Level1, something you wouldn't want showing until Level1 was
ready to receive a button action).

Hope this helps.


Marc Hoffman

marcatdartfrogmedia [dot] com (mailto:marcatdartfrogmedia [dot] com).
My Flash Portfolio: <http://www.dartfrogmedia.com/sampler>
(featured in Flash 3 Web Animation, by Ken Milburn)



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: (()) please help..., marcel de jong

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