lingo-l Text question

2004-06-28 Thread Matt Wells
In a editable text member, can you edit the format on a word or words while the movie is playing? So, in the statement (Hello, World) changing the word Hello to a different color and font size. [To remove yourself from this list, or to change to digest mode, go to

Re: lingo-l Text question

2004-06-28 Thread Jeremy Aker
Yes, but it usually results in quite a performance hit. -Jeremy Aker On Jun 28, 2004, at 1:16 PM, Matt Wells wrote: In a editable text member, can you edit the format on a word or words while the movie is playing? So, in the statement (Hello, World) changing the word Hello to a different color

Re: lingo-l Text question

2004-06-28 Thread Slava Paperno
You have to do this manually, through lingo. E.g., if you put a button on the stage that says Italics, this would be the button's script: on mouseUp me locFocusMember = sprite(the keyboardFocusSprite).member if locFocusMember.type #text then alert Before using this button, select

Re: lingo-l Text question

2002-06-13 Thread Buzz Kettles
on keyDown me if the key RETURN then pass end At 10:23 PM -0400 6/12/02, you wrote: I need to know how I can set up a text field or member so that when the user types something in it (editable), it wont go to a new line when they hit enter, but just stay there at the end of the current