Knowledge Base |
Important! All new questions are usually answered within the next business day.
MCTE V3 (MovieClip Transition Effect V3)
(views: 8971)
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.
MCTE + LoaderProV3 + Multiple transitions
(2008-05-13 - views: 1628)
Q: How can I change the MCTE + Loader Pro V3 slide show example so that the slide show uses different effects on the images ?
A: The only thing you need to do is change the settings of the MCTE instance to suite your needs (pattern name, new pattern settings...). In this example, the embedded patterns are applied randomly on the newly loaded images.
Files: MCTE_LdrMultipleTransitions.zip
Files: MCTE_LdrMultipleTransitions.zip
User Comments
using buttons to control functions
Hi! I setup buttons on this sample to control the transition playback -- but if you click one too many times, it locks into a seizure-inducing loop. Do I need to clear the interval each click? THANKS!
My buttons are as follows ( calling the functions already defined in your example AS )
btn_prev.onRelease = function() {
showPreviousImage()
};
btn_pause.onRelease = function() {
stopSlideShow()
};
btn_play.onRelease = function() {
startSlideShow()
};
btn_next.onRelease = function() {
showNextImage()
};
posted by BHCWebTeam on 2008-08-08
Hi! I setup buttons on this sample to control the transition playback -- but if you click one too many times, it locks into a seizure-inducing loop. Do I need to clear the interval each click? THANKS!
My buttons are as follows ( calling the functions already defined in your example AS )
btn_prev.onRelease = function() {
showPreviousImage()
};
btn_pause.onRelease = function() {
stopSlideShow()
};
btn_play.onRelease = function() {
startSlideShow()
};
btn_next.onRelease = function() {
showNextImage()
};
using buttons to control functions
In this example a new interval is set each time the transition ends. So you should wait until the transition ends.
You could also use another approach to create such a slideshow with control buttons.
posted by negush on 2008-08-18
In this example a new interval is set each time the transition ends. So you should wait until the transition ends.
You could also use another approach to create such a slideshow with control buttons.
buttons to control functions
How can I create a gallery presentation with 2 or more buttons, linking images with the swap transition?
posted by jprieto on 2008-08-31
How can I create a gallery presentation with 2 or more buttons, linking images with the swap transition?
buttons to control functions
All you have to do is apply the MCTE component on the LoaderPro instance and set up the MCTE component to use the MCTESwap pattern. You should also have all your images in an Array object to be able to load them sequentially or just use one of our thumbnail components: ThumbnailSlider (AS2 only), ThumbnailList (AS2 only) and XMLSlideShow (AS2 and AS3).
posted by negush on 2008-09-01
All you have to do is apply the MCTE component on the LoaderPro instance and set up the MCTE component to use the MCTESwap pattern. You should also have all your images in an Array object to be able to load them sequentially or just use one of our thumbnail components: ThumbnailSlider (AS2 only), ThumbnailList (AS2 only) and XMLSlideShow (AS2 and AS3).
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 Remove MC after it plays 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 bit MCTE flashes before animation playsMenu |
|
|


I just buys the component and is very difficult to use since I can do MCTE + Loader Pro V3 slide show with as3 can you help me plese