home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / no1_demo / dnorp14.dxr / script_10.ls < prev    next >
Encoding:
Text File  |  1996-10-31  |  1.5 KB  |  68 lines

  1. on exitFrame
  2.   global gland
  3.   puppetSound(3, 174)
  4.   updateStage()
  5.   preLoadCast(112)
  6.   preLoadCast(172)
  7.   repeat while soundBusy(3)
  8.   end repeat
  9.   puppetSound(3, 175)
  10.   set h to 132
  11.   set v to 136
  12.   set hh to (h - 320) / 10
  13.   set vv to (429 - v) / 10
  14.   set the memberNum of sprite 6 to 189
  15.   repeat with n = 1 to 9
  16.     startTimer()
  17.     set the locH of sprite 6 to 320 + (hh * n)
  18.     set the locV of sprite 6 to 429 - (vv * n)
  19.     repeat while the timer < 1
  20.     end repeat
  21.     updateStage()
  22.   end repeat
  23.   set the locH of sprite 6 to h
  24.   set the locV of sprite 6 to v
  25.   set the memberNum of sprite 5 to 112
  26.   set the memberNum of sprite 2 to 172
  27.   updateStage()
  28.   puppetSound(3, 177)
  29.   set the memberNum of sprite 3 to 185
  30.   updateStage()
  31.   repeat while soundBusy(3)
  32.   end repeat
  33.   startTimer()
  34.   repeat while the timer < 10
  35.   end repeat
  36.   preLoadCast(199, 200)
  37.   puppetSound(3, 218)
  38.   updateStage()
  39.   repeat while soundBusy(3)
  40.     startTimer()
  41.     set the memberNum of sprite 14 to 199
  42.     updateStage()
  43.     repeat while the timer < 10
  44.     end repeat
  45.     startTimer()
  46.     set the memberNum of sprite 14 to 200
  47.     updateStage()
  48.     repeat while the timer < 10
  49.     end repeat
  50.   end repeat
  51.   startTimer()
  52.   repeat while the timer < 30
  53.   end repeat
  54.   puppetSound(3, 14)
  55.   puppetSprite(2, 0)
  56.   puppetSprite(3, 0)
  57.   puppetSprite(5, 0)
  58.   puppetSprite(11, 0)
  59.   puppetSprite(12, 0)
  60.   unLoadCast()
  61.   preLoadMovie("DNORP01b.DIR")
  62.   repeat while soundBusy(3)
  63.   end repeat
  64.   startTimer()
  65.   repeat while the timer < 30
  66.   end repeat
  67. end
  68.