all groups > flash actionscript > november 2005 >
You're in the

flash actionscript

group:

unload movie clip


unload movie clip Tom Lyon
11/30/2005 10:17:12 PM
flash actionscript:
I'm new to Flash and am working on an interactive project that incorporates a
movie clip at the beginning of a timeline (it is an intro to the interactive
part of the project)...anyway, I have the intro movie clip on a separate layer
in in frame one and my navigation part starts in frame two. When I test
movie, the intro plays all the way through and then stops per the action
script. At this point I want the movie to unload and continue with the rest of
the timeline, but I do not know what action scripting is needed to unload the
movie clip and start playing the rest of the time line.

Can someone help? Thanks in advance!
Re: unload movie clip Motion Maker
11/30/2005 11:20:50 PM
Unless you have reason for a memory problem that you need to unload content,
simply on the last frame of the intro movieclip add _root.gotoAndPlay(2).
Just be sure the intro movieclip only appears on frame 1 and frame 1 of the
movie has a stop() action.

--
Lon Hosford
www.lonhosford.com
May many happy bits flow your way!
[quoted text, click to view]
I'm new to Flash and am working on an interactive project that incorporates
a
movie clip at the beginning of a timeline (it is an intro to the interactive
part of the project)...anyway, I have the intro movie clip on a separate
layer
in in frame one and my navigation part starts in frame two. When I test
movie, the intro plays all the way through and then stops per the action
script. At this point I want the movie to unload and continue with the rest
of
the timeline, but I do not know what action scripting is needed to unload
the
movie clip and start playing the rest of the time line.

Can someone help? Thanks in advance!

AddThis Social Bookmark Button