home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazine 28 Bonus / CDRomMagazine-SoftKey-ArtPassion-FrenchVersion-Win31Mac.bin / data / arttiml.dir / 00024_Script_24 < prev    next >
Text File  |  1996-06-16  |  440b  |  14 lines

  1. --on setcastprops firstcast, lastcast
  2. --  repeat with c = firstcast to lastcast
  3. --    set the textfont of field c = "Palatino"
  4. --    set the textstyle of field c = "bold"
  5. --    set the forecolor of line 1 of field c = 143
  6. --    set the name of cast c = "A"&word 1 of field c
  7. --  end repeat
  8. --end 
  9.  
  10. on setcastprops firstcast, lastcast
  11.   repeat with c = firstcast to lastcast
  12.     set the backcolor of cast c = 0
  13.   end repeat
  14. end