Welcome To MyFreeWebTemplates.info Flash Tutorials Area - Create an object that appears when the user moves mouse cursor over some area
Create an object that appears when the user moves mouse cursor over some area.
Launch Flash Designer and choose "Blank Animation". Choose "Frame" > "Frame Size" to set movie dimensions. Enter 300 x 300 and click OK.
Choose "Rectangle" tool and draw 2 rectangles inside the frame. First rectangle will become active area, second rectangle will be hidden and appear on mouseover.
Make sure the second rectangle remains selected. Choose "Item" > "Line and Fill" > "Fill Color" and change the color to R:255 G:255 B:192, opacity to 80%. Click OK.
Choose "Edit" > "Convert to Sprite". You should see "Sprite3" as the name of the rectangle.
Choose "Item" > "Placement properties" and check "ActionScript" target. If necessary rename the sprite to Sprite3. Click OK.
Choose "Select" tool and select the first rectangle.
Choose "Item" > "Actions" > "OnOver", select "ActionScript" and enter the code:
Sprite3._visible = 1;
Choose "Item" > "Actions" > "OnOut", select "ActionScript" and enter the code:
Sprite3._visible = 0;
Sprite3 must be initially invisible. To hide it choose "Frame" > "ActionScript" and enter the code to execute on frame entry:
Sprite3._visible = 0;
Choose "Frame" > "Frame Delay" and check "Stop" options to create static frame. Click OK.
Press F9 to play the file. Hit "Alt+F4" to close preview.
Double click "Sprite3" object and add text to the sprite with the text tool. To quit the sprite choose "Movie" > "Go to Main Thread"
Welcome to MyFreeWebTemplates.info we have a collection of Free Templates available for download created by designers from around the globe. Our collection is growing daily so be sure to check back often for more Free Templates. If you can't find a Free Template that suits your needs, we may offer you many professional web templates and flash web templates.
Website templates are pre-made website designs that you can customize and personalize to suit your company's image.You can save time and money by using website templates for your design project.