At 11:57 -0500 23/01/02, Brian Romanko wrote: >What do others do to improve the speed when changing text members on the >fly? I always turn off antialiasing/kerning prior to my format >switches, but is there anything else that can really be done to improve >this?
Do it to a member, that is*not* simultaneously attached to a sprite. Do as much as possible to a string variable, *not* to the member, and put the completely treated string back into the member, in one swoop. (Now I understand this is difficult in your case) Did you consider modifying a string containing the html or rtf of the member? Jakob [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
