SmileBASIC コミュニティプレイ日記Sheepy22★∞ SheepSoldier1012016/05/22 00:30:06How am I going to make it to where only if the blocks touch it gosubs @tag? When they have the same X coordinate or the same Y coordinate they tag, even though they don't touch.0そうだね 2返信プレイ済み2017/11/04 03:28:58に取得
SmileBASIC コミュニティ返信[1]親投稿Hanzo rzsense2016/5/22 6:33Try inserting "TAG=0" between line 35 and 36.1そうだね 未プレイ2017/11/04 03:28:58に取得
SmileBASIC コミュニティ返信[2]親投稿Hanzo rzsense2016/5/22 8:01Or write "IF X2==X && Y2==Y THEN GOSUB @TAG" instead of "IF TAG>=2 THEN GOSUB @TAG" in line 38. In this case, variable TAG won't be used any more. 1そうだね 未プレイ2017/11/04 03:28:58に取得