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
(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