プレイ日記
Phoenix B) epicphoenix4
Is there an easier way to make text appear letter by letter? Please tell.
2そうだね
プレイ済み
返信[1]
親投稿
Alex MrCashews
Strings can be indexed like arrays. So, if you had a string TEXT$="HELLO", the code PRINT TEXT$[0] would print H, since it's the first (but we start at 0) character in the string!
4そうだね
プレイ済み
返信[2]
親投稿
L. Lohadaa
I'm just expanding on what Alex said to create the effect you want. I used T$ to abbreviate TEXT$.
0そうだね
未プレイ
返信[3]
親投稿
Phoenix B) epicphoenix4
Thank you guys so much!
0そうだね
プレイ済み
返信[4]
親投稿
12Me21 12Me21
You could also change it to only BEEP on letters (not spaces), and make commas and periods cause more delay.
1そうだね
プレイ済み
返信[5]
親投稿
atm959 atm959
I'm already a member of SmileBASIC Source.
0そうだね
プレイ済み
返信[6]
親投稿
Phoenix B) epicphoenix4
Wh-what?
0そうだね
プレイ済み