home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / navig2.dir / 00140_Script_140 < prev    next >
Text File  |  1997-10-10  |  226b  |  17 lines

  1. on exitframe
  2.   at_hil 281,6,4
  3.   gest_menu2
  4. end
  5.  
  6. on mouseup
  7.   
  8.   if the mousev > 450 then
  9.     spegni 2,30
  10.     go  "dentroc2"
  11.   end if
  12.   if the mousev < 60 then
  13.     spegni 2,30
  14.     go   "dentrocasa"
  15.   end if
  16. end
  17.