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

  1. on exitFrame
  2.   
  3.   if the timer < 2 * 60 then
  4.     go the frame
  5.   else
  6.     go the frame + 1
  7.     startTimer
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   go the frame + 1
  13. end
  14.  
  15.