home *** CD-ROM | disk | FTP | other *** search
/ Blaze / Blaze.iso / mac / QUEEN1MC.Dxr / 00009.ls < prev    next >
Encoding:
Text File  |  1997-05-02  |  108 b   |  9 lines

  1. on exitFrame
  2.   global gSp
  3.   if gSp = 1 then
  4.     go(the frame + 3)
  5.   else
  6.     go(the frame + 1)
  7.   end if
  8. end
  9.