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)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|