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.
Using MCTE in a class based environment
(2007-11-01 - views: 932)
Q: Hi,
I want to use MCTE in a class based environment (I'm compiling with MTASC in Eclipse) but I don't know how to "introduce" MCTE to MTASC with an import statement for example.. MTASC always complains, understandably, about missing MCTE class. How can I accomplish taht?
Thanks!
Marcel
I want to use MCTE in a class based environment (I'm compiling with MTASC in Eclipse) but I don't know how to "introduce" MCTE to MTASC with an import statement for example.. MTASC always complains, understandably, about missing MCTE class. How can I accomplish taht?
Thanks!
Marcel
A: Hi Marcel,
If you want to use the MCTE with the MTASC, please visit this link:
http://swfmill.org/doc/using-swfmill.html
There you'll find how to "introduce" the MCTE to MTASC. Please let me know if you've been able to do it.
If you want to use the MCTE with the MTASC, please visit this link:
http://swfmill.org/doc/using-swfmill.html
There you'll find how to "introduce" the MCTE to MTASC. Please let me know if you've been able to do it.
User Comments
use components with swfmill
Please visit the MTASC http://swfmill.org/doc/using-swfmill.html#components there you'll find out how to import the classes. When you create an instance, you have to attach it on stage with attachMovie, or with new MCTE(..) ( new MCTE(myTarget, true, "show", "SquareScale", 9 , 25 , "Regular", "easeIn", 25, "40", "", "", "", ""); ).
If this method is not working for you, please let us know
posted by jumpeyecomponents
on 2007-12-06
Please visit the MTASC http://swfmill.org/doc/using-swfmill.html#components there you'll find out how to import the classes. When you create an instance, you have to attach it on stage with attachMovie, or with new MCTE(..) ( new MCTE(myTarget, true, "show", "SquareScale", 9 , 25 , "Regular", "easeIn", 25, "40", "", "", "", ""); ).
If this method is not working for you, please let us know
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 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 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 |
|
|


I do not understand how to use MCTE in a class based environment. I am using FDT within Eclipse and need to link to an actual package with classes in order to import the classes. Where in the filesystem are the classes?