home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / open.dir / 00003_Script_3 < prev    next >
Text File  |  1996-03-11  |  263b  |  15 lines

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