Flasher Archive

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


Subject: FLASH: movieclip wait problem
From: neil edwards
Date: Sun, 26 Mar 2000 13:20:34 +0100

hi

I'm a having problem with movieclip alaoding and getting flash to wait for
externally laoded clip to laod before using them.

timeline:

animholder-- mc
projectholder --mc

other static instances

---

movie starts and loads an external clip into animholder

then on a user button action a load movie call is
initiatd with:

Set Variable: "movieloaded" = false
Load Movie (loadmovieid&".swf", "/projectholder")

this then loops with the animation going while the loadmovie action is
going on:

If (("movieloaded"=false) and (GetProperty ("/projectholder", _framesloaded)
= GetProperty ("/projectholder", _totalframes)))
Set Variable: "movieloaded" = true
Go to and Play ("loaded")
Set Property ("animholder", Visibility) = false
Else
Go to Previous Frame
Play
End If

I'm assuming this should work (especially as copied the if part from a mm
movie demo. but it dosent, it goes directly to frame "loaded" and then loads
the clip
why is this?
I'm using this method in several places and it always dosent wait.

viewable at:
http://homepage/ntlworld.com/neil_edwards/portfolio


cheers for any help

neil

<--
neil_edwardsatmac [dot] com
-->



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World�s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: movieclip wait problem, Cheri Harder

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