home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / ALBGENEA / Alberi.cst / 00001_Script_1 next >
Text File  |  1997-10-07  |  517b  |  25 lines

  1. on idle
  2.   global menuindice,simon,gr,men,funzioni,correlati,winpres
  3.   if offset ("pop", string (the windowlist)) and the mousedown then 
  4.     curfinmetti
  5.   end if
  6.   
  7.   if correlati <> ""  and offset (":",correlati) then
  8.     set tmp to correlati
  9.     toglipopart
  10.     go to movie tmp
  11.     exit
  12.   end if
  13.   
  14.   if gr=false then
  15.     if rollover (47)  and not winpres then
  16.       chiamamenubar
  17.       exit  
  18.     end if
  19.     if the mouseV < 418  and winpres then
  20.       toglimenubar
  21.     end if
  22.   END IF
  23. end
  24.  
  25.