SmileBASIC コミュニティプレイ日記Gad Iknowitall2015/11/02 02:15:52i want two loops going at once7そうだね 7返信プレイ済み2017/11/04 04:24:06に取得
SmileBASIC コミュニティ返信[1]親投稿TN21 Trinitro212015/11/2 2:17Make one a subroutine.0そうだね プレイ済み2017/11/04 04:24:06に取得
SmileBASIC コミュニティ返信[2]親投稿calc84 calc84maniac2015/11/2 2:34If you want to count frames, look into the MAINCNT system variable. That will return the number of frames that have passed since SmileBASIC was started, and will continue counting up in the background.1そうだね プレイ済み2017/11/04 04:24:06に取得
SmileBASIC コミュニティ返信[3]親投稿Gad Iknowitall2015/11/2 4:08gosub wont work 0そうだね プレイ済み2017/11/04 04:24:06に取得
SmileBASIC コミュニティ返信[4]親投稿TN21 Trinitro212015/11/2 4:49Replace GOTO @LOOP1 with RETURN and put GOTO @LOOP in line 9.0そうだね プレイ済み2017/11/04 04:24:06に取得
SmileBASIC コミュニティ返信[5]親投稿Gad Iknowitall2015/11/2 4:53it still wont work so i guess ill have to use the maincnt variable0そうだね プレイ済み2017/11/04 04:24:06に取得
SmileBASIC コミュニティ返信[6]親投稿Gad Iknowitall2015/11/2 5:10figured it out i combined the code into one loop0そうだね プレイ済み2017/11/04 04:24:06に取得
SmileBASIC コミュニティ返信[7]親投稿TN21 Trinitro212015/11/2 6:03Oh, you already had GOTO @LOOP on line 7. You were supposed to put the GOSUB -inside- the main loop.1そうだね プレイ済み2017/11/04 04:24:06に取得