home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / pc / media / dem_mus.dir / 00002_Script_2 < prev    next >
Text File  |  1997-10-09  |  232b  |  11 lines

  1. on exitFrame
  2.   if (the movieTime of sprite 2< the duration of sprite 2) then go the frame
  3. end
  4.  
  5. on mouseUp
  6.   if the commandDown then
  7.     set the movieTime of sprite 2 = the duration of sprite 2
  8.     updateStage
  9.   end if
  10. end
  11.