Posted By
|
Message
|
Dave Matthew (Jester Gaming)
Registered 09/07/2004
Points 148
|
7th September, 2005 at 04:18:18 -
do I need any extension to make the text being typed as the characters speak. I mean so that it looks like someone is typing the text rather than all text appearing at once?
n/a
|
The Chris Street Administrator
Unspeakably Lazy Admin
Registered 14/05/2002
Points 48488
|
7th September, 2005 at 04:45:49 -
www.create-games.com/article.asp?id=378 will answer your prayers
n/a
|
Radix hot for teacher
Registered 01/10/2003
Points 3139
|
7th September, 2005 at 04:55:34 -
Nope, it's pretty easy. I don't feel like explaining it though, just try and figure this out:
string$("Visible Textbox")<>string$("Hidden Textbox"):
---Visible Textbox: Set alterable string to string$( "Visible Textbox" ) + Mid$( string$( "Hidden Textbox" ), Value( "Current character counter" ), 1 )
---Current character counter: add 1
n/a
|
Dave Matthew (Jester Gaming)
Registered 09/07/2004
Points 148
|
7th September, 2005 at 07:00:32 -
using radix method. thanks a lot!
n/a
|
The Chris Street Administrator
Unspeakably Lazy Admin
Registered 14/05/2002
Points 48488
|
7th September, 2005 at 07:04:23 -
Hmm I might make a tutorial on this for my site. The way I do it is the same as Radix but you can apply some control over it, for instance jumping to the next paragraph or skipping text. I'll upload it at some point.
n/a
|
|
|