Flasher Archive

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


Subject: Re: FLASH: If frame loaded question
From: Marc Hoffman
Date: Fri, 26 Feb 1999 21:13:29 GMT

At 01:51 PM 2/26/99 -0500, you wrote:
>Hi,
>
>Ok, if got the action:
>
>IF FRAME LOADED (label middle)
>GO TO NEXT
>END FRAME LOADED
>
>My problem is, the movie doesn't wait for the frame label middle to be
>loaded

If Frame Loaded doesn't make the movie wait, it just checks to see if a
frame is loaded and, if it is, carries out the associated action.

Do it this way instead:

Frame 1 says
If Frame Loaded (label middle)
Go to Frame and Play (label play)
End Frame Loaded

Frame 2 says
Go to Frame 1 and play.

Frame 3 is the one labeled "play."

This way, the movie keeps looping back to frame 1 until the If Frame Loaded
condition is met, at which point it goes right to frame 3 and your movie plays.


Marc Hoffman
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
marcatdartfrogmedia [dot] com (mailto:marcatdartfrogmedia [dot] com)
My home site is now featured in Ken Milburn's book, Flash 3 Web Animation f/x
and Design. Play a virtual marimba there: <www.dartfrogmedia.com/dartfrog>.
View my Flash3 samples: <http://www.jps.net/dartfrog/sampler>.
Read about Flash: <http://www.jps.net/dartfrog/sampler/flashinf>

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  FLASH: If frame loaded question, Yann Poirier

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