home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master1.dxr / 00008.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  1.3 KB  |  38 lines

  1. on exitFrame
  2.   global gPerspective
  3.   puppetSprite(2, 1)
  4.   puppetSprite(3, 1)
  5.   puppetSprite(4, 1)
  6.   puppetSprite(5, 1)
  7.   puppetSprite(6, 1)
  8.   puppetSprite(7, 1)
  9.   puppetSprite(8, 1)
  10.   puppetSprite(26, 1)
  11.   puppetSprite(27, 1)
  12.   puppetSprite(28, 1)
  13.   puppetSprite(29, 1)
  14.   puppetSprite(30, 1)
  15.   puppetSprite(31, 1)
  16.   puppetSprite(32, 1)
  17.   puppetSprite(33, 1)
  18.   puppetSprite(34, 1)
  19.   set gPerspective to 2
  20.   set the castNum of sprite 2 to 588
  21.   set the castNum of sprite 3 to 611
  22.   set the castNum of sprite 4 to the number of cast "jfolder1.bmp"
  23.   set the castNum of sprite 5 to the number of cast "jremote1.bmp"
  24.   set the castNum of sprite 6 to 568
  25.   set the castNum of sprite 7 to the number of cast "jhelp01.bmp"
  26.   set the castNum of sprite 8 to the number of cast "jquit01.bmp"
  27.   set the castNum of sprite 26 to the number of cast "jnar.1"
  28.   set the castNum of sprite 27 to the number of cast "jnar.2"
  29.   set the castNum of sprite 28 to the number of cast "jnar.3"
  30.   set the castNum of sprite 29 to the number of cast "jnar.4"
  31.   set the castNum of sprite 30 to the number of cast "jnar.5"
  32.   set the castNum of sprite 31 to the number of cast "jnar.6"
  33.   set the castNum of sprite 32 to the number of cast "jnar.7"
  34.   set the castNum of sprite 33 to the number of cast "jnar.8"
  35.   set the castNum of sprite 34 to the number of cast "jnar.9"
  36.   updateStage()
  37. end
  38.