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

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