home *** CD-ROM | disk | FTP | other *** search
/ George of the Jungle Press Kit / GEORGE.iso / pc / george.dxr / Internal_901.ls < prev    next >
Encoding:
Text File  |  1997-06-23  |  139 b   |  12 lines

  1. global gFlashState
  2.  
  3. on exitFrame
  4.   if gFlashState = 1 then
  5.     doRollAnim()
  6.     flasher()
  7.   else
  8.     doRoll()
  9.   end if
  10.   go(the frame)
  11. end
  12.