home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / Citta / MI100.dir / 00169_Script_169 < prev    next >
Text File  |  1997-09-22  |  597b  |  26 lines

  1. on exitFrame
  2.   global a_blocca
  3.   if a_blocca = false then
  4.     ATT_HILITE 8,13,5,6,2,2
  5.   end if
  6.   at_hil 107,6,41
  7.   go to the frame
  8. end
  9.  
  10. on mouseup
  11.   if the mouseh > 72 and the mouseh < 620 and the mouseV > 0 and the mouseV < 480 then
  12.     global a_blocca, scrolla
  13.     set a_blocca to false
  14.     set scrolla to true
  15.     --duplicate cast 121, 499
  16.     --vap "su", 72, "nobeep"  
  17.     
  18.     set the visible of sprite 17 to false
  19.     set the visible of sprite 18 to false
  20.     set the visible of sprite 19 to false
  21.     set the visible of sprite 20 to false    
  22.     
  23.   end if
  24.   
  25. end
  26.