Flasher Archive

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


Subject: Re: FLASH: movieclip wait problem
From: Cheri Harder
Date: Sun, 26 Mar 2000 20:21:33 +0100

Hi, Neil.

Looks like you do have the right idea, but I can't tell from your note where
these actions and variables are being set. I would suggest that most errors
of this nature are in specifying the paths to the movies, movie clips,
and/or variables. While running your "test movie" - click on the "control"
and "Show Variables" - also "Show Objects" - This will show which variables
are or are not getting set, as well as what they are set to at a particular
time of the movie, and show you the correct paths.

Another good debugging tool is to either put a "trace" in for the particular
variables you want to track, or put a text-field with that variable name on
the stage so you can watch it that way.

~~~~Cheri Harder~~~~~
charderatawsolution [dot] com
Advantage Web Solution
www.awsolution.com

> 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

> http://homepage/ntlworld.com/neil_edwards/portfolio



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
  FLASH: movieclip wait problem, neil edwards

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