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

  1. on exitFrame
  2.   
  3.   if the timer < 15 * 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.   if rollover (20) then
  13.     startTimer
  14.     if the mouseH < 482 then
  15.       go the frame - 1
  16.     else
  17.       go the frame + 1
  18.     end if
  19.   end if
  20. end
  21.