SmileBASIC コミュニティプレイ日記9qN ace acehall2016/05/17 07:39:42how would i make the text disapear and then new text show up1そうだね 6返信プレイ済み2017/11/04 03:29:49に取得
SmileBASIC コミュニティ返信[1]親投稿Aaron Krondelo2016/5/17 7:57do color command first. then: ? "text to print" WAIT 120:CLS:? "next text to print"0そうだね プレイ済み2017/11/04 03:29:49に取得
SmileBASIC コミュニティ返信[2]親投稿Aaron pikamony2016/5/17 8:01here 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そうだね プレイ済み2017/11/04 03:29:49に取得
SmileBASIC コミュニティ返信[3]親投稿Aaron pikamony2016/5/17 8:02oh yeah and after wait command you put cls0そうだね プレイ済み2017/11/04 03:29:49に取得
SmileBASIC コミュニティ返信[4]親投稿Aaron pikamony2016/5/17 8:04for example. in game dialogue print" welcome to the shop" wait 100 cls print" what do ya want to buy"0そうだね プレイ済み2017/11/04 03:29:49に取得
SmileBASIC コミュニティ返信[5]親投稿Aaron pikamony2016/5/17 8:06for more help private message me on the smilebasicsource website. [my username is aaronweldon]1そうだね プレイ済み2017/11/04 03:29:49に取得
SmileBASIC コミュニティ返信[6]親投稿Oscar PwnageBlock2016/5/17 8:13You 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そうだね プレイ済み2017/11/04 03:29:49に取得