home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / Mare / SHAREDM.CST / 03122_Script_3122 < prev    next >
Text File  |  1997-09-15  |  346b  |  16 lines

  1. on curan cp
  2.   global men,attore,MENUBAR
  3.   set elewin to string (the windowlist)
  4.   if offset ("menubar",elewin) > 0 then 
  5.     if the visible of 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 cp to [512,513] 
  11.   updatestage
  12. end 
  13.  
  14.  
  15.  
  16.