Knowledge Base


Important! All new questions are usually answered within the next business day.

MCTE V3 (MovieClip Transition Effect V3)

(views: 20116)

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

(2008-02-12 - views: 4144)

Q: How do I instantiate the MCTE component to make a Flip transition, using ActionScript 3 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 3.0 code.
Files: MCTE_Flip_AS3.zip 


User Comments

Change the Mouse pointer to a hand cursor
posted by TrailRunnr on 2009-03-22

I have used the ActionScript 3 code and the flip works great. However, I need to change the mouse pointer from the standard arrow to the link (hand) cursor using ActionScript 3.

This is also something that I need for the Accordion panel ( ActionScript 3 version).
Change the Mouse pointer to a hand cursor
posted by florodebat on 2009-03-23

To enable the hand cursor you will have to add the code below to the example file:

clip1.addEventListener(MouseEvent.ROLL_OVER, clip1RollOver);
clip2.addEventListener(MouseEvent.ROLL_OVER, clip2RollOver);

//set to true the button mode property of the clip1 when the mouse rollOver is detected

function clip1RollOver(evtObj:MouseEvent):void {
clip1.buttonMode=true;
}


//set to true the button mode property of the clip2 when the mouse rollOver is detected

function clip2RollOver(evtObj:MouseEvent):void {
clip2.buttonMode=true;
}


Login to post your comment login to post your comment



Back

Knowledge Base Search

Enter keywords below:
Advanced Search
FlashEff 2.0
Create professional flash photo slideshows online

FREE Flash Stuff

Check out these free, fully functional AS3.0 Flash components by Jumpeye:

FlashEff 2.0 Free
(free for non-commercial use)

JC Panorama
(free for non-commercial use)

JC Play List
(fully free)

Basic Menu Pack V3
(free AS3 version)

MCTE V3
(free AS3 version)

JC Player
(free for non-commercial use)

JC Flash Map
(free for non-commercial use)

Flash Bookmarks
(fully free)

ActionScript Bridge AS2-AS3
(fully free)

JS Charts
(free for non-commercial use)

Free Trial Versions

The trial versions do have a major limitation. They will ONLY run into debugger flash player versions, such as the Flash IDE player and the activeX FP used by developers.

Switch from Free Trial version to Full version.

You can switch from Trial to Full versions in a blink of an eye.
See this tutorial in order to find out how.

We accept Google Checkout

Google Checkout Acceptance Mark

Secured by VeriSign