home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / Popinv.dir / 00023_Script_23 < prev    next >
Text File  |  1997-09-17  |  394b  |  20 lines

  1. on exitFrame
  2.   global inventore,scrolla
  3.   entrata 1,5
  4.   set scrolla to true
  5.   duplicate member inventore, 499
  6.   vap "su", 5, "nobeep"  
  7.   if the linecount of member 5<=16 then
  8.     set the visible of sprite 2 to false
  9.     set the visible of sprite 3 to false    
  10.   else
  11.     set the visible of sprite 2 to true
  12.     set the visible of sprite 3 to true    
  13.   end if
  14.   
  15.   
  16. end
  17.  
  18.  
  19.  
  20.