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.
Multiple transitions using ActionScript code
(2008-02-18 - views: 1692)
Q: How can I use MCTE to to show and hide sequential images with transitions using code ?
A: Here is an example of show/hide transitions on more images. The entire animation is done only by ActionScript code.
Files: MCTE_MultipleTransitionsCode.zip
Files: MCTE_MultipleTransitionsCode.zip
User Comments
Multiple Transitions without showing background
Every sample file I download shows the background between transitions... its possible to do transitions straight from picture to picture without ever showing the background right? Can you please set up a file for me showing me how to do this. I'm trying to do alphabars between 4 pictures right now and have it be a continuous loop. Thanks
posted by jzdesigns on 2008-03-25
Every sample file I download shows the background between transitions... its possible to do transitions straight from picture to picture without ever showing the background right? Can you please set up a file for me showing me how to do this. I'm trying to do alphabars between 4 pictures right now and have it be a continuous loop. Thanks
Transitions without showing background
There are a few patterns like the 3DCube that make transitions between two target objects without hiding the first one and then showing the second one (that's why the background shows up).
In case of alphaBars you would need write code for that because it only knows "show" and "hide" transitions. You need to do only the show transitions and once the transition finished change the _targetInstanceName property of MCTE to the next image. You would have to have the images invisible at first.
posted by negush on 2008-03-26
There are a few patterns like the 3DCube that make transitions between two target objects without hiding the first one and then showing the second one (that's why the background shows up).
In case of alphaBars you would need write code for that because it only knows "show" and "hide" transitions. You need to do only the show transitions and once the transition finished change the _targetInstanceName property of MCTE to the next image. You would have to have the images invisible at first.
Is there away to control the length without dragging out the duration of the MC
I am new to AS3 and in AS2 you could put a stop mc with 1000 2000 and so on as the time. Is that possible to use another method in the V3.
Here AS2 code,
stop();
tellTarget ("timer") {
delay = "6500";
}
Thanks love the product!
posted by digitalcomplexion on 2008-05-22
I am new to AS3 and in AS2 you could put a stop mc with 1000 2000 and so on as the time. Is that possible to use another method in the V3.
Here AS2 code,
stop();
tellTarget ("timer") {
delay = "6500";
}
Thanks love the product!
Use tweenDuration
The length of the transitions or effects can be set only through the tweenDuration property. If you need to change the duration, you can do that any time by code, before starting the transition/effect:
myEffect.tweenDuration = 45; // number of frames
posted by negush on 2008-05-23
The length of the transitions or effects can be set only through the tweenDuration property. If you need to change the duration, you can do that any time by code, before starting the transition/effect:
myEffect.tweenDuration = 45; // number of frames
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 Apply the MCTE by pressing a button 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 |
|
|


Hi,
can you post an AS3 exemple of this please ?
thanks