home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / Citta / Mi066.dir / 00133_Script_133 < prev    next >
Text File  |  1997-10-07  |  588b  |  23 lines

  1. on exitframe
  2.   global a_blocca,att_hilitec_dacast,att_hilitec_quanti,att_hilitec_sprite,at_hil_dacast,at_hil_quanti,at_hil_sprite  
  3.   
  4.   if a_blocca = false then
  5.     ATT_HILITEC att_hilitec_dacast,att_hilitec_quanti,att_hilitec_sprite
  6.   end if
  7.   
  8.   at_hil at_hil_dacast,at_hil_quanti,at_hil_sprite
  9.   go to the frame
  10. end
  11.  
  12. on mouseup
  13. --  if the mouseH > 53  and the mouseH <640 and the mouseV >0 and the mouseV < 480 then
  14.     global a_blocca, viff_da,viff_a
  15.     set a_blocca =false
  16.     
  17.     viff viff_da,viff_a
  18.     gestione_cursori
  19.     updatestage
  20.     
  21. --  end if
  22. end
  23.