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.
To activate helpers in the movie clips, “director” and “update”, lets go back in to movie clip “mc” and assign more action to the button inside the movie:
These actions were already assigned:
On (Press)
Begin Tell Target ("../")
Set Variable: "current" = GetProperty ("mc",_x)
End Tell Target
End On
And we will add these actions:
On (press)
Begin Tell Target ("../update")
Play
End Tell Target
Begin Tell Target ("../director")
Play
End Tell Target
End On
On (Release)
Begin Tell Target ("../director")
Stop
End Tell Target
Begin Tell Target ("../update")
Stop
End Tell Target
End On
Direction of rotation can be changed by switching go to previous frame and go to next frame in Actions in frame 2 of movie clip “director”. We can change the number of pixels mouse has to be moved in either direction to start spinning process.
The most common mistake you will make is to forget to name movie clips in the Instance Options name box (accessed by right clicking on the movie clip).