プレイ日記
9qN ace acehall
how would i make the text disapear and then new text show up
1そうだね
プレイ済み
返信[1]
親投稿
Aaron Krondelo
do color command first. then: ? "text to print" WAIT 120:CLS:? "next text to print"
0そうだね
プレイ済み
返信[2]
親投稿
Aaron pikamony
here is what i do: print"example text" wait 150 print" next text" if 150 is too short make the number bigger. (60=1 sec)
0そうだね
プレイ済み
返信[3]
親投稿
Aaron pikamony
oh yeah and after wait command you put cls
0そうだね
プレイ済み
返信[4]
親投稿
Aaron pikamony
for example. in game dialogue print" welcome to the shop" wait 100 cls print" what do ya want to buy"
0そうだね
プレイ済み
返信[5]
親投稿
Aaron pikamony
for more help private message me on the smilebasicsource website. [my username is aaronweldon]
1そうだね
プレイ済み
返信[6]
親投稿
Oscar PwnageBlock
You can use the CLS command to clear all text in the console screen. If you want to erase just a portion of text, you can locate the text cursor somewhere using the LOCATE command and printing a bunch of spaces over the old text.
0そうだね
プレイ済み