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

  1. ON AGGIORNA
  2.   global oldprimochar,primochar
  3.   set primochar to (char 1 of line 1 of field 57) 
  4.  
  5.   if primochar <> oldprimochar then
  6.     set the castnum of sprite 2  to cast primochar
  7.     set oldprimochar to primochar
  8.   end if
  9. end