home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / Extraurb / sharede.cst / 03123_Script_3123 < prev    next >
Text File  |  1997-10-08  |  344b  |  15 lines

  1. on curap zz
  2.   global men,attore
  3.   set elewin to string (the windowlist)
  4.   if offset ("menubar",elewin) > 0 then 
  5.     if the visible of window "menubar" then exit
  6.   end if
  7.   if offset ("popup",elewin) > 0 then 
  8.     if the visible of window "popup" then exit
  9.   end if
  10.   set the cursor of sprite zz to [510,511] 
  11.   updatestage
  12. end
  13.  
  14.  
  15.