home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / Citta / shared.cst / 03040_Script_mousedown < prev    next >
Text File  |  1997-10-14  |  277b  |  15 lines

  1. on toglipopinv
  2. --  global dove
  3.   set var to string(the windowlist)
  4.   if offset ("popup",var) then
  5.     
  6.     close window "popup"
  7.     forget window "popup"  
  8.     if objectp (attore) then forget attore
  9. --    set dove to 0
  10.     curfinmetti
  11.   end if
  12.   updatestage
  13. end
  14.  
  15.