home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 November (Bonus) / GAMESTAR11B.ISO / ENCYC99 / MM / T012919A.DCR / 00037_dataScript.ls < prev    next >
Encoding:
Text File  |  1998-06-09  |  702 b   |  15 lines

  1. on initData
  2.   global transitionFrames, soundStarts, soundDurations, soundInfo, ccTrue, ccInfo, stageWidth, stageHeight, keyList, labelNames, labelFrames
  3.   set transitionFrames to [163: 1, 165: 1, 170: 32, 172: 32, 258: 33, 260: 33]
  4.   set labelFrames to []
  5.   set labelNames to []
  6.   set soundStarts to [3, 121, 164, 190, 256, 278, 323, 331, 336, 338, 358, 434, 514, 574, 621, 639, 720, 799, 863]
  7.   set soundInfo to [119, 160, 184, 254, 271, 320, 329, 334, 337, 356, 432, 493, 573, 618, 638, 718, 792, 862, 869, 871]
  8.   set soundDurations to [:]
  9.   set ccTrue to 0
  10.   set ccInfo to [:]
  11.   set stageWidth to 320
  12.   set stageHeight to 287
  13.   set keyList to [#playKey: 35, #stopKey: 1, #ffKey: 3, #rewKey: 15]
  14. end
  15.