Knowledge Base |
Important! All new questions are usually answered within the next business day.
MCTE V3 (MovieClip Transition Effect V3)
(views: 7817)
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.
Apply the MCTE by pressing a button
(2007-07-26 - views: 1683)
Q: How can I apply MCTE on a movieclip when I press a button.
A: Attached is an example file which will help you figuring out how to trigger the MCTE on a movieclip when a button is pressed.
This is the actionscript you need:
var myMcte = new MCTE(patrat, false, "show", "Stripes", "random", 16, "Strong", "easeInOut", 25);
//b is the instance name of your button on stage
b.onRelease=function(){
patrat.MCTE.transitionEffect("show");
}
This file was created with the trial version of the MCTE so it will run only inside your Flash IDE.
Files: triggerMCTEonButtonPress.zip
This is the actionscript you need:
var myMcte = new MCTE(patrat, false, "show", "Stripes", "random", 16, "Strong", "easeInOut", 25);
//b is the instance name of your button on stage
b.onRelease=function(){
patrat.MCTE.transitionEffect("show");
}
This file was created with the trial version of the MCTE so it will run only inside your Flash IDE.
Files: triggerMCTEonButtonPress.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 how to instantiate the MCTE component through Actionscript MCTE is working, but not properly MCTE+Loader Pro+3DCube Create MCTE and Loader v3 using code Apply 3D Cube transition using actionscript Multiple transitions using ActionScript code Transition between two movie clips using Blur 3D Cube effect Apply Flip transition with no code Remove MC after it plays Use SquareLight Transtion using AS to create slideshow Component Now Showing up in AS3? Multiple transitions using frame by frame animation Using animated movieClips tweenDuration:Number Using MCTE in a class based environment Apply Flip transition using code MCTE + LoaderProV3 + Multiple transitions MCTE V3 using videoclips Trial version message Solid Red Window Set up MCTE with a XML file Shadow to target clip Shadow to target clip Setup MCTE from .xml file MCTE hides text written with Arial from stage MCTE hides text written with Arial from stageMenu |
|
|

