Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
Basicly we will need to create three layers:
1. ACTIONS
2. Eyes
3. Face (background)
Note that the file "Looking.fla" already has these layers and images set up.
Firstly select the left eye and give it an instance name of “eye”, then select the right eye and call it “eye2”.
We are about to create a script that will tell the eyes to rotate to look at the mouse. Obviously this script needs to be recalculated all the time to catch every mouse movement so the eye is always looking in the correct direction. For this reason, in the second frame of the actions layer, create a keyframe and insert this action:
gotoAndPlay (1);
This will cause the movie to play over and over again, causing the actions in frame one to be executed over and over again.
Now on to the tricky stuff...
Andrew is the creative director, technical director and general big boss man at eTheory - a web, multimedia and graphic design company based in New Zealand. He has a Diploma in Visual Communications and Design under his belt on top of a long history in html, php and mySQL.