SmileBASIC コミュニティ返信[5]親投稿SıмΞоп SimeonW2015/12/14 17:12Blastoise: Instead of all those if statements, simplify it like so: IF B AND #UP IF B AND #DOWN IF B AND #LEFT IF B AND #RIGHT That way it compares the binary numbers through a bitwise AND gate, the code is much cleaner and faster1そうだね プレイ済み2017/11/04 04:56:55に取得