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.
Frame 2 contains the actions that occur when the movie's status changes. We will we will go through the actionscript a block at a time:
Check for status change - All of the actions in frame 2 are dependent on a status change, so the first thing we do is update our "status" variable and check to see if it has changed since the last time the loop was run:
Set Variable: "status" = _level1:status
If (status ne status_old)
…
End If
Update status text field - If the status has changed, we update the status text field (named "effect"), then go through another gauntlet of IF tests to see what the status is now. I will discuss each of these test individually.
Dustin Taylor is a college student from north Texas who tries to bribe his professors on a regular basis (no takers so far). He also works for a software company and really love his job because it started him on flash. He is also a senior moderator at Flash Kit with the Flashtyper forum.