home *** CD-ROM | disk | FTP | other *** search
/ Blaze / Blaze.iso / mac / QUEENMC.Dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1997-05-12  |  497 b   |  22 lines

  1. on exitFrame
  2.   global ComputerLoction, Counter1, ThrowOk, gggg, gSp
  3.   puppetPalette(0, 30, 0)
  4.   if (gSp = 1) or (gSp = 2) then
  5.     sound close 1
  6.     set the visible of sprite 10 to 0
  7.     set the visible of sprite 11 to 0
  8.     set the visible of sprite 20 to 0
  9.     go("yend")
  10.   else
  11.     if gggg = 1 then
  12.       set the visible of sprite 20 to 0
  13.       set gggg to 0
  14.       go("vv")
  15.     else
  16.       set Counter to 0
  17.       set Counter1 to 0
  18.       go("c" & string(ComputerLoction))
  19.     end if
  20.   end if
  21. end
  22.