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

  1. on initData
  2.   global transitionFrames, soundStarts, soundDurations, soundInfo, ccTrue, ccInfo, stageWidth, stageHeight, keyList, labelNames, labelFrames
  3.   set transitionFrames to [6: 14, 11: 14, 17: 14, 22: 14, 29: 14, 37: 14, 42: 14, 49: 14, 56: 78, 62: 14, 67: 14, 72: 14, 81: 14, 87: 14, 92: 14]
  4.   set labelFrames to []
  5.   set labelNames to []
  6.   set soundStarts to []
  7.   set soundInfo to [93]
  8.   set soundDurations to [:]
  9.   set ccTrue to 0
  10.   set ccInfo to [:]
  11.   set stageWidth to 480
  12.   set stageHeight to 286
  13.   set keyList to [#playKey: 35, #stopKey: 1, #ffKey: 3, #rewKey: 15]
  14. end
  15.