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

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