home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master1.dxr / 00009.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 3
  20.   set the castNum of sprite 2 to 695
  21.   set the castNum of sprite 3 to 675
  22.   set the castNum of sprite 4 to the number of cast "Rfolder1.bmp"
  23.   set the castNum of sprite 5 to the number of cast "rremote1.bmp"
  24.   set the castNum of sprite 6 to 718
  25.   set the castNum of sprite 7 to the number of cast "rhelp01.bmp"
  26.   set the castNum of sprite 8 to the number of cast "rquit01.bmp"
  27.   set the castNum of sprite 26 to the number of cast "rnar.1"
  28.   set the castNum of sprite 27 to the number of cast "rnar.2"
  29.   set the castNum of sprite 28 to the number of cast "rnar.3"
  30.   set the castNum of sprite 29 to the number of cast "rnar.4"
  31.   set the castNum of sprite 30 to the number of cast "rnar.5"
  32.   set the castNum of sprite 31 to the number of cast "rnar.6"
  33.   set the castNum of sprite 32 to the number of cast "rnar.7"
  34.   set the castNum of sprite 33 to the number of cast "rnar.8"
  35.   set the castNum of sprite 34 to the number of cast "rnar.9"
  36.   updateStage()
  37. end
  38.