SmileBASIC コミュニティプレイ日記TekeMan gameboyfan123452016/01/27 10:22:00Why does my HP not work¿¿¡¡?!?!!¿¿ ignore the hp2 part...1そうだね 6返信プレイ済み2017/11/04 04:00:02に取得
SmileBASIC コミュニティ返信[1]親投稿Josh josh.h72016/1/27 11:38If you have "HP=100" inside of the loop then it will stay at 100 or is that not in a loop?0そうだね プレイ済み2017/11/04 04:00:02に取得
SmileBASIC コミュニティ返信[2]親投稿TekeMan gameboyfan123452016/1/27 12:26Its not a loop, should it be?0そうだね プレイ済み2017/11/04 04:00:02に取得
SmileBASIC コミュニティ返信[3]親投稿Josh josh.h72016/1/27 12:55If its for any input then it should be in a place where you have time to press the button.0そうだね プレイ済み2017/11/04 04:00:02に取得
SmileBASIC コミュニティ返信[4]親投稿Aaron Krondelo2016/1/27 16:05Yes,the code runs sequentially, and very fast. It can't detect your button input unless it has time/loop, or is waiting for it. Easiest way is to infinitely loop, then exit loop when button is pushed.0そうだね プレイ済み2017/11/04 04:00:02に取得
SmileBASIC コミュニティ返信[5]親投稿TekeMan gameboyfan123452016/1/28 8:47How would I do that0そうだね プレイ済み2017/11/04 04:00:02に取得
SmileBASIC コミュニティ返信[6]親投稿Aaron Krondelo2016/1/28 11:23@LOOP:B=button(3):If B AND #A THEN GOTO @CODETODO:VSYNC 1:GOTO @LOOP0そうだね プレイ済み2017/11/04 04:00:02に取得