PDA

View Full Version : swf_rollover


creativewombat
10-08-2002, 07:19 PM
might be a no brainer but help me out here guys
loading an external swf on a rollover
so on the rollout i want the swf to animate off
right now the swf comes on with an actionscript move

everything ive tried looks kind of clunky
is there a "standard way" of doing this??
\give me your suggestions please\\

farafiro
10-09-2002, 09:52 AM
u can always use unloadMovie(), here what is about it in the AS reference:Description
Action; removes a loaded movie or a movie clip from the Flash Player. To unload a movie that was loaded into a level in the Flash Player, use the level parameter. To unload a loaded movie clip, use the target parameter.or removeMoveClip() Description
Action; deletes a movie clip instance that was created with the attachMovie or duplicateMovieClip methods of the MovieClip object, or with the duplicateMovieClip action.

creativewombat
10-09-2002, 05:11 PM
ya, thats really what i wound up doing. not very elegant. i was calling a seperate exit mc, but theres always that "flash" before load, so i'm just going to unload it.

thanks for the reply