SmileBASIC コミュニティプレイ日記Josiah Spike42015/12/22 03:35:56So... I can make my sprite not move off the screen when using the circle pad but, my data recieved from the circle pad still reads as if it were going off the screen. How do I make my circle pad read a boundary?4そうだね 2返信プレイ済み2017/11/04 04:08:36に取得
SmileBASIC コミュニティ返信[1]親投稿Josh josh.h72015/12/22 3:55You could make it like IF Y<0 THEN Y=0 that way Y is set to 0 if it hits the top of the screen and for the bottom of the screen IF Y>240 THEN Y=2400そうだね プレイ済み2017/11/04 04:08:36に取得
SmileBASIC コミュニティ返信[2]親投稿Josiah Spike42015/12/22 4:47Worked!! thanks, and you were the one that helped my last question too, that worked also, thank you! :)0そうだね プレイ済み2017/11/04 04:08:36に取得