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, let’s make the other MC called “director”. Make it on the same way as the others and do not forget to name it in Instance option name dialog box, by right clicking on the Movie clip.
Make 3 frames and assign actions:
1st
Stop
2nd
Begin Tell Target ("../")
If (update>5)
Go to Previous Frame
End If
End Tell Target
Begin Tell Target ("../")
If (update <-5)
Go to Next Frame
End If
End Tell Target
3rd label this frame:”speed” and assign action; go to frame 2 and play
What this says, is that if the mouse was moved for more than 5 pixels to the right while pressed down, main movie (../) will go to the previous frame. If mouse is still hold pressed even not moved, timeline will go to the frame “speed”, then sent back to frame 2, what will move main movie one more frame back and so on. If Movie frame rate was set high, moving timeline from frame 2 to frame “speed” can be very fast, and movie can spin rapidly. To avoid that, we can give the movie more time to come from frame 2 to frame “speed” by moving frame “speed” to location of frame 5, 6 or even further location. Test your movie after finishing to determine the optimal speed and position of frame “speed”.