FlashEff2 Tutorials
1. Create an image show and hide effect 1. Create a new ActionScript 3.0 Flash file: File > New, select Flash File (ActionScript 3.0). In the Properties panel, set the frame rate of the Flash movie to 30 fps. 2. Import your image into your project: File > Import > Import to Stage and select the image from your local computer that you wish to use for the effect. 3. With the image selected on the stage, transform it into a symbol (press F8 or Modify > Convert to symbol). In the Convert to Symbol dialog box give your clip a name, set the type to Movie Clip and press OK. 4. [optional] If it isn't already selected, select the new movie clip on the stage and give it an instance name of "myClip". If you do not give it an instance name, FlashEff2 will automatically assign it one in the form of "InstanceName_*", where "*" represents an index number (starting from 0). 5. Open the Components panel (Window > Components or Ctrl+F7 for Windows/Cmd+F7 for Mac OS) and from the FlashEff2 folder select the component and drag it over the image clip on the stage. 6. Open the FlashEff2 Panel (Window > Other panels > FlashEff2 Panel) and sign in to your JumpeyeComponents account. If you are already signed in, make sure that the FlashEff2 instance you placed on the stage is selected so that the panel will load the settings controls. 7. In the FlashEff2 Panel select the Show tab to bring up the list of available patterns. In the Pattern tab, select Symbol (it is selected by default) to list the symbol patterns and choose the FESAlpha pattern to apply an alpha effect. 8. This brings up the list of available presets of the FESAlpha pattern (the Free FlashEff2 version will only have one preset available). You can choose one of the presets that you would like to apply on the image. If you have the Premium Plus version, you'll be able to further customize the effect by pressing the "Edit settings" button that opens the list of properties for the chosen pattern. 9. Next, select the Tween tab to change the easing type from easeInOut to easeOut and set the length of the show effect (tweenDuration) to 3 seconds. 10. The Options tab allows you to specify whether the show effect will automatically execute or not and the amount of time the component should wait before applying the show effect. For this example you can leave the settings as they are. 11. The hide effect can be set up exactly the same way as the show effect. So select the Hide tab to open the list of patterns and then choose Symbol to list the symbol patterns.
1