Discuss Scratch

StickyMiniScratch2
Scratcher
17 posts

How to Give A Typewriter Effect In A Text Bubble! (Tutorial)

This What I am Talking about: Typewriter Bubble!
 And By Doing That Code Play It And You will be Granted The Animation Even Tho It Is Not Animation!

define typewriter ()
set [typestring v] to []
set [index v] to [1]
repeat (length of (answer))
set [typestring v] to (join (typestring) (letter (index) of (answer)
say (typestring)
wait (0.1) secs
change [index v] by (1)

end
when green flag clicked
hide variable [index v]
hide variable [typestring v]
ask [] and wait
typestring (answer)

And By Doing That Code Play It And You will be Granted The Animation Even Tho It Is Not Animation!

Last edited by StickyMiniScratch2 (June 21, 2019 19:33:01)

4DonDon4
Scratcher
35 posts

How to Give A Typewriter Effect In A Text Bubble! (Tutorial)

that so cool but its in the wrong section, this is for help with script not show and tell

Last edited by 4DonDon4 (June 21, 2019 19:07:51)

StickyMiniScratch2
Scratcher
17 posts

How to Give A Typewriter Effect In A Text Bubble! (Tutorial)

click the project that you will be doing and look inside! it is in the top! that is going to be helpful

Last edited by StickyMiniScratch2 (June 21, 2019 19:16:18)

codeman1044
Scratcher
1000+ posts

How to Give A Typewriter Effect In A Text Bubble! (Tutorial)

Good tutorial, but this isn't how the Help With Scripts forum works. This forum works by users asking a question then other users provide answers. Random tutorials like this take up the front page and hide away topics that are in need of answering.
Thanks for understanding!
StickyMiniScratch2
Scratcher
17 posts

How to Give A Typewriter Effect In A Text Bubble! (Tutorial)

some already said that so i moved it but i was unable to delete this so check out the one in show in tell and random tutorials but thanks

Last edited by StickyMiniScratch2 (June 21, 2019 19:25:13)

codeman1044
Scratcher
1000+ posts

How to Give A Typewriter Effect In A Text Bubble! (Tutorial)

You cannot delete topics. Only the Scratch Team can. I would recommend that you edit the title of your topic to let viewers know that this is a tutorial. It might look like this:
How to Give A Typewriter Effect In A Text Bubble! (Wrong forum, see Show and Tell)
You can edit the title by clicking the edit button on your first post.
codeman1044
Scratcher
1000+ posts

How to Give A Typewriter Effect In A Text Bubble! (Tutorial)

(DATA MISCODED)

Last edited by codeman1044 (June 21, 2019 19:33:11)

StickyMiniScratch2
Scratcher
17 posts

How to Give A Typewriter Effect In A Text Bubble! (Tutorial)

thanks!
hassa863211
Scratcher
3 posts

How to Give A Typewriter Effect In A Text Bubble! (Tutorial)

Hehe cool

Powered by DjangoBB