home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 July / macformat-039.iso / MAKERS / OPEN.DIR / 00012.ls < prev    next >
Encoding:
Text File  |  1996-03-12  |  260 b   |  16 lines

  1. on exitFrame
  2.   if the movieTime of sprite 1 < 378 then
  3.     go(the frame)
  4.   else
  5.     go(the frame + 1)
  6.   end if
  7. end
  8.  
  9. on mouseDown
  10.   if the doubleClick then
  11.     set the visible of sprite 1 to 0
  12.     go(marker(1))
  13.     set the visible of sprite 1 to 1
  14.   end if
  15. end
  16.