home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 25 / CDMM_25.iso / takeru / g078 / jail.dxr / Internal_94.ls < prev    next >
Encoding:
Text File  |  1996-09-04  |  890 b   |  35 lines

  1. on mouseUp
  2.   global gMark
  3.   set the constraint of sprite 10 to 0
  4.   set the constraint of sprite 21 to 0
  5.   set the constraint of sprite 17 to 0
  6.   set the constraint of sprite 24 to 0
  7.   set the constraint of sprite 19 to 0
  8.   puppetSprite(12, 0)
  9.   puppetSprite(10, 0)
  10.   puppetSprite(24, 0)
  11.   puppetSprite(21, 0)
  12.   puppetSprite(17, 0)
  13.   puppetSprite(19, 0)
  14.   set the castNum of sprite 35 to 201
  15.   updateStage()
  16.   repeat with a = 560 to 720
  17.     if the castNum of sprite 35 = 201 then
  18.       set the castNum of sprite 35 to 202
  19.     else
  20.       set the castNum of sprite 35 to 201
  21.     end if
  22.     set the locH of sprite 35 to a
  23.     updateStage()
  24.     set a to a + 4
  25.   end repeat
  26.   set gMark to "78000"
  27.   unLoad()
  28.   if the machineType <> 256 then
  29.     play movie the moviePath & the itemDelimiter & "menu"
  30.   else
  31.     play movie the moviePath & ".." & the itemDelimiter & "menu"
  32.   end if
  33.   go(#loop)
  34. end
  35.