home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / power / ue.dir / 00202_Script_202 < prev    next >
Text File  |  1996-03-13  |  245b  |  12 lines

  1. on exitFrame
  2.   if the movieRate of sprite 4 then go the frame
  3.   else set the visible of sprite 4 to 0
  4. end
  5.  
  6. on mouseDown
  7.   if the doubleClick then
  8.     set the visible of sprite 4 to 0
  9.     updateStage
  10.     go (the frame) + 1
  11.   end if
  12. end