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.