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.
Now you know some of the basics of calculating distances and making movies react in relation to them. So now it is your turn to use these concepts to come up with some crazy interaction of your own.
Firstly, to make this script really practical you will need to have it inside its own move. Use the "cut frames" command to move both frames of all three layers into a new movie clip. This movie can then be placed anywhere, even animated within your movie somewhere and it will always look at the cursor.
A similar script you could apply would be to detect the distance from the cursor to the movie. This will open up many more options for you to experiment with.
Using the earlier, triangle shaped diagram, the length of the angled line is the distance between the cursor and the eye. We will call this "c".
Again, going back to high school maths:
c squared = a squared + b squared.
So to calculate the distance c we can use something like this:
c = Math.sqrt(a*a+b*b)
I will leave the rest for you to sort out, have fun and come up with something crazy.
Visit our website - www.etheory.co.nz - for more examples and tutorials. At the time of writing, the main navigation on the site uses a complex version of the above scripts to create an organic type of interactive animation, check it out when you can.
If you have any questions or comments about this tutorial, feel free to email me or post to the tutorial Comments page here at Flash Kit.
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.