home *** CD-ROM | disk | FTP | other *** search
/ Experience Hawaii / HAWAII.ISO / pc / h_intro.dir / 00002.ls < prev    next >
Encoding:
Text File  |  1996-04-12  |  320 b   |  15 lines

  1. on exitFrame
  2.   global gStartTime
  3.   set the cursor of sprite 1 to -1
  4.   set the cursor of sprite 2 to [14075, 14076]
  5.   set the cursor of sprite 3 to [14075, 14076]
  6.   if the ticks > (gStartTime + (5 * 60)) then
  7.     go(the frame + 2)
  8.     if the mouseDown = 1 then
  9.       exit
  10.     end if
  11.   else
  12.     go(the frame)
  13.   end if
  14. end
  15.