Knowledge Base |
Important! All new questions are usually answered within the next business day.
MCTE V3 (MovieClip Transition Effect V3)
(views: 7740)
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 Flip transition using code
(2007-08-17 - views: 2350)
Q: How do I instantiate the MCTE component to make a Flip transition, using ActionScript code ?
A: In the next file you have a fully functional example of how to use the MCTE component and the Flip transition by writing ActionScript code.
Files: MCTE with Flip and AS.zip
Files: MCTE with Flip and AS.zip
User Comments
_tragetInstanceName in AS3.0 version
If you want to set the targetInstanceName parameter by actionscript, in AS3.0 you should use these lines of script:
addChild(transition);
transition._targetInstanceName = "clip2";
posted by jumpeyecomponents
on 2007-11-12
If you want to set the targetInstanceName parameter by actionscript, in AS3.0 you should use these lines of script:
addChild(transition);
transition._targetInstanceName = "clip2";
calling through as3
but when do we load the mcte? i can't seem to connect the 2...
var mcte:MCTE = new MCTE();
var myLoader:LoaderProV3AS3 = new LoaderProV3AS3();
myLoader.setSize(780,420)
myLoader.x = 10;
myLoader.y = 70;
myLoader.transitionType="mcte"
addChild(myLoader);
addChild(mcte);
mcte._targetInstanceName = "myLoader";
mcte.autoPlay = true;
mcte.transitionEffect("show","Slide","6",100,"Strong","easeInOut",20, "",
"100","20");
myLoader.source= "mo_gallery.swf";
help!? thanks
posted by moverend on 2008-01-19
but when do we load the mcte? i can't seem to connect the 2...
var mcte:MCTE = new MCTE();
var myLoader:LoaderProV3AS3 = new LoaderProV3AS3();
myLoader.setSize(780,420)
myLoader.x = 10;
myLoader.y = 70;
myLoader.transitionType="mcte"
addChild(myLoader);
addChild(mcte);
mcte._targetInstanceName = "myLoader";
mcte.autoPlay = true;
mcte.transitionEffect("show","Slide","6",100,"Strong","easeInOut",20, "",
"100","20");
myLoader.source= "mo_gallery.swf";
help!? thanks
See the knowledge base item
Check out this knowledge base item that shows you how to do that: http://www.jumpeyecomponents.com/knowledgebase/Loader-Pro-V3/Create-MCTE-and-Loader-v3-using-code~289/
posted by negush on 2008-01-21
Check out this knowledge base item that shows you how to do that: http://www.jumpeyecomponents.com/knowledgebase/Loader-Pro-V3/Create-MCTE-and-Loader-v3-using-code~289/
Login to post your comment
Other questions in this item:
MCTE + Loader Pro V3 slide show Apply 3D Cube transition without using actionscript 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 Apply the MCTE by pressing a button 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 MCTE V3 using videoclips Apply Flip transition using code MCTE + LoaderProV3 + Multiple transitions 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 |
|
|


So how do we use MCTE with AS3? There's seems to be a problem with _targetInstanceName