Search tutorials

|
Before you add any actionscript, select the actions layer and add six keyframes to the first six frames (see above). Now add the following code to it's respective frame: |
Frame 1:
Comment: ---------------------------------------- Comment: Load text file Comment: ---------------------------------------- Load Variables (byte.dat, 0)
Frame 2:
Comment: ----------------------------------------
Comment: Once the text file has loaded
Comment: ----------------------------------------
If (_level0:bytedata_loaded = true)
Comment: ----------------------------------------
Comment: Ensure correct file is loaded
Comment: ----------------------------------------
If (_totalframes <> _level0:frame_total)
Set Variable: "error" = "wrong byte-datafile!"
Stop
End If
Loop While (x <= _level0:frame_total)
Comment: ----------------------------------------
Comment: Accumulative byte total
Comment: ----------------------------------------
Set Variable: "ins_bytes" = ins_bytes + eval("_level0:"&x)
Set Variable: "x" = x + 1
End Loop
Comment: ----------------------------------------
Comment: Display byte total
Comment: ----------------------------------------
Set Variable: "ins_bytes_show" = ins_bytes&" bytes"
Go to and Play (4)
End If
| » Level Advanced |
|
Added: 2000-06-27 Rating: 7 Votes: 586 |
| » Author |
| -- |
| » Download |
| Download the files used in this tutorial. |
| Download (45 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!