Knowledge Base |
Important! All new questions are usually answered within the next business day.
MCTE V3 (MovieClip Transition Effect V3)
(views: 8780)
A transition effect component with lots lots of flash animation effects already included and lots of patterns sold separately. Here are all known common issues for MCTE V3, the custom patterns are treated here too. If you have any questions that you think we should discuss here please let us know. Write to support.
Remove MC after it plays
(2007-11-08 - views: 1616)
Q: How do I remove the MC from the stage once it plays. I applied a Swap Transition effect to an intro image but once it finishes, I want it to come off the stage. Right now it stays for the duration of the movie. IS there some code I can type into the Component Inspector?
A: Here is an example of what you need. When the transition is finished, the effect is removed and the movieclip unloaded. Below is the actionscript and attached is an example.
var lis = new Object();
lis.onTransitionEnd = function (evt:Object){
mcte.removeEffect();
my_mc.unloadMovie();
}
mcte.addEventListener("onTransitionEnd",lis);
Files: removeEffect.zip
var lis = new Object();
lis.onTransitionEnd = function (evt:Object){
mcte.removeEffect();
my_mc.unloadMovie();
}
mcte.addEventListener("onTransitionEnd",lis);
Files: removeEffect.zip
Login to post your comment
Other questions in this item:
MCTE + Loader Pro V3 slide show Apply 3D Cube transition without using actionscript Apply Flip transition using code MCTE is working, but not properly how to instantiate the MCTE component through Actionscript MCTE+Loader Pro+3DCube Create MCTE and Loader v3 using code Multiple transitions using ActionScript code Apply 3D Cube transition using actionscript Transition between two movie clips using Blur 3D Cube effect Apply the MCTE by pressing a button Apply Flip transition with no code MCTE + LoaderProV3 + Multiple transitions Component Now Showing up in AS3? Use SquareLight Transtion using AS to create slideshow Multiple transitions using frame by frame animation tweenDuration:Number Using animated movieClips Apply Flip transition using code Using MCTE in a class based environment MCTE V3 using videoclips Trial version message Set up MCTE with a XML file Solid Red Window Setup MCTE from .xml file Shadow to target clip Shadow to target clip MCTE hides text written with Arial from stage MCTE hides text written with Arial from stage problems installing the component on vista 64 bitMenu |
|
|

