Has anyone done a type-on effect for GUI, such as you might use for character dialogue? I searched but didn’t find anything.
I’d love to use it for an upcoming project but I don’t know where to start.
thanks
Kevin
Has anyone done a type-on effect for GUI, such as you might use for character dialogue? I searched but didn’t find anything.
I’d love to use it for an upcoming project but I don’t know where to start.
thanks
Kevin
what do you mean by “Type-On” when the users types something and presses enter it says what the user typed
System.Diagnostics.Process.Start("say","hello world");
or
A Cursor effect when the user clicks on a text field?
or something else?
Those are getting me closer…what I want is for pre-determined dialogue text to appear character-by-character in a gui element (i.e. as if it is being typed in as we watch). I do not need (or want) a cursor at all.
Will the Blinking text entry script handle this?
thanks
Kevin
Perfect - thanks!