-
Photoshop
-
Flash
-
3D
-
Free Resources
-
Adobe Illustrator
-
Photo Gallery with Hover Zoom Effect in Flash | Tutorial Valley
In this tutorial, we'll see how to build an XML driven Horizontal Photo Gallery with a nice Hover Zoom Effect. 1. Create a new flash file (Actionscript 3.0) and save it as src.fla. 2. Draw a rectangle the same size as your photos. Convert it to a movie clip with registration point at the top left and give it an instance name of “photo”. Draw an other rectangle a bit larger that will be used as the photo's frame. Convert it to a movie clip with intance name of “bg”. Place “bg” behind “photo” and with both selected, convert the selection to a movie clip with registration point at the center. Export it for actionscript with a Class name of “Thumb”. Check the src.fla library to see the result. With the Text tool draw a dynamic Text box and give it an instance name of “currentPhoto”. This text will display the title of the hovered photo.
Author: riacodes Under Flash ActionScript