Flash Question - help!
Flash Question - help!
Out of context: Reply #5
- Started
- Last post
- 8 Responses
- _b_0
function openClipIfNotAlreadyOpen(clip)
{
if (clip != _root.currentClip)
{
_root.currentClip.gotoAndPlay("c...
clip.gotoAndPlay("open");
_root.currentClip = clip;
}will need adjusting if you want the clip closing to finish and dissapear before the new clip starts up, you should be able to figure that out?