home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / index.dir / 00034_Script_34 < prev    next >
Text File  |  1997-10-15  |  337b  |  22 lines

  1. on enterFrame
  2.   GLOBAL RIGA,lw,TEMPO
  3.   cursor 4
  4.   if the machinetype < 255 then
  5.     set tempo to 30
  6.   else
  7.     set tempo to 20
  8.   end if
  9.   --  set the scrollTop of member "tutto" to 0
  10.   set lw to ""
  11.   viff 5,6
  12.   viff  20,22
  13.   
  14.   SET RIGA TO 0
  15.   set the cursor of sprite 14 to 3
  16.   vif 4
  17.   vif 18
  18.   updatestage
  19.   
  20. end
  21.  
  22.