Search tutorials
Frames 2 & 3 - The Central Script (cont)
finished - If the effect is finished, this test updates the "movie" variable to the next movie in line, then switches the button to "Next Movie". The "movie" variable is stored in the "buttons" Movie Clip, hence the Tell Target.
If (status eq "finished")
Begin Tell Target ("/buttons")
If (movie = 5)
Set Variable: "movie" = 1
Else
Set Variable: "movie" = movie + 1
End If
Go to and Stop ("load next")
End Tell Target
End If
status_old update - The last line of code in this frame updates the "status_old" variable with the "status" variable, to prepare for the next loop.
Set Variable: "status_old" = status
Frame 3 - The code in frame 3 simply loops back to frame 2 to start the check all over again.
Go to and Play (2)
| » 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!