プレイ日記
Wormy Zippy-Wormy
how do u make letters appear one by one with sound effects?
1そうだね
プレイ済み
返信[1]
親投稿
Zee Storybookten9
Well, I won't tell you the exact code (as that's not how you learn), but here's what you need: A function that gets a certain amount of characters from the LEFT side of a string A loop that goes for the length of a string A BEEP in every iteration of the loop And of course a print command. Brave these waters nobly, my friend.
0そうだね
プレイ済み
返信[2]
親投稿
Clayton DarkClay88
Or you could go ? "H" BEEP (whatever beep you want) WAIT 50 ? "I" BEEP WAIT 50 and so on.
1そうだね
プレイ済み
返信[3]
親投稿
Diego winnerweirdo37
if you use: ? “H” BEEP (any) WAIT 50 ? “I” BEEP (any) WAIT 50 and so on... it prints like this H I
0そうだね
プレイ済み
返信[4]
親投稿
Clayton DarkClay88
Then use LOCATE.
0そうだね
プレイ済み