PDA

View Full Version : test to see if a movie is loaded?


helenb29
10-20-2004, 09:49 PM
Just need to know the proper script for this logic:

(on release) if "_root.placeholder.movieclip" == (loaded)
then go do this.
else loadmovie._root.placeholder.movieclip

Or could another possible solution be:
ifFrameLoaded (_root.placeholder >2) {go put on some fancy pants
}
else{don't wear fancy pants in public}


thank you

Xeef
10-20-2004, 10:12 PM
hi

if (_root.placeholder.movieclip){Bla....

WARNING !!! it's not so easy then you think then what if the load already start but not finished ?
so there is no other way then to record in some way when you load something
so you now what you have loaded and what not

helenb29
10-21-2004, 07:00 PM
By the way, Xeef, it's

"Don't trust me!"