151 posts
Location
Earth
Posted 16 May 2015 - 06:48 AM
I was wondering how would I put slow printed text inside instant text?
7083 posts
Location
Tasmania (AU)
Posted 16 May 2015 - 07:25 AM
Your question could perhaps use some elaboration. Is this what you mean, and if not, how does it differ?:
term.write("abcdefghi")
textutils.slowWrite("jklmnopqr")
term.write("stuvwxyz")
151 posts
Location
Earth
Posted 16 May 2015 - 07:47 AM
Like have static text like Username: and here types slow
7083 posts
Location
Tasmania (AU)
Posted 16 May 2015 - 08:32 AM
You're not making much sense to me, but best I can make out, the code I suggested above can do that.
If it can't, perhaps provide some pseudo-code, or link a video demonstrating the effect you're wanting.
151 posts
Location
Earth
Posted 17 May 2015 - 08:13 PM
I figured it out, using setcursorpos :)/> thanks though