ok...i'm creating a website using the "one frame on main timeline" technique. I have an animation in one of my movieclips and I want to make the dynamic text and buttons appear visible on my main time line after the movieclip stops animating. Does any body know the code to do this? I'm new to this, any help will be appreciated. just for reference:
dynamictext & buttons._visible = false
movieClip.onRelease = function () {
movieClip.gotoAndPlay("tapeAnimation");
dynamictext & buttons._visible = true
}
The problem with this is that the dynamic text & buttons appear when movieClip commences, I want it to appear when animation stops. Any suggestions? help out a newbie PLEASE.






Bookmarks