Search tutorials
Frames 2 & 3 - The Central Script
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.
Set Variable: "effect" = status
| » Level Basic |
|
Added: 2000-12-23 Rating: 7 Votes: 53 |
| » Author |
| 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. |
| » Download |
| Download the files used in this tutorial. |
| Download (111 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!