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