home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / open.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  258 b   |  16 lines

  1. on exitFrame
  2.   if the movieTime of sprite 1 < the stopTime of sprite 1 then
  3.     go(the frame)
  4.   end if
  5. end
  6.  
  7. on mouseDown
  8.   if the doubleClick then
  9.     set the soundLevel to 7
  10.     updateStage()
  11.     unLoad()
  12.     unLoadCast()
  13.     go(1, "main.dir")
  14.   end if
  15. end
  16.