ScratchData LogoScratchData
Back to bsht's profile

Fancy Text Engine RELEASE --- a rectification of my previous mistakes

BSbsht•Created January 14, 2023
Fancy Text Engine RELEASE ---   a rectification of my previous mistakes
0
0
6 views
View on Scratch

Instructions

I am disgusted i did this before typed the sentance out manualy 1 char at a time You can use this script on your project just give me credit i know im inactive but i did spend 10 minutes or less on it.

Description

an algorithm indexes through all of the letters in the input string and puts it in order on a list. then it repeatably says the first item, then adds the second letter to the first letter, and removing the second letter and stops when there is no 2nd letter abcdef - input string a,b,c,d,e,f - putting into list happens in one loop ab,c,d,e,f abc,d,e,f abcd,e,f abcde,f abcde,f abcdef abcdef -- print out original sentance but for a time set by persistance

Project Details

Project ID788293239
CreatedJanuary 14, 2023
Last ModifiedJanuary 14, 2023
SharedJanuary 14, 2023
Visibilityvisible
CommentsAllowed

Remix Information

Parent ProjectView Parent
Root ProjectView Root