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.
Variable “update” will show us the difference between value in variable “click” and the current position of the mouse. A variable “click” will be acquired only once when button was pressed and as long as the button is pressed our variable will not change even if we drag the mouse. Variable update will change if we drag the mouse, because frame 2 will acquire position of mouse by GetProperty action, then will go to frame 3, that will send it back to frame 2 where the new position of the mouse will be read, and variable “click” (that was acquired when we pressed the button was not changed since then) will be deducted, so variable “update” will show only how many pixels the mouse was moved since button was pressed. In the same moment when mouse is pressed, update will be 0, moving to the right will have positive value, moving on the left will have negative value.