SmileBASIC コミュニティプレイ日記MrGlass Pie-ManDan2015/11/24 06:59:26Anyway to find coords of a sprite after moving?2そうだね 4返信プレイ済み2017/11/04 04:16:32に取得
SmileBASIC コミュニティ返信[1]親投稿Josh josh.h72015/11/24 7:10you can use "PRINT" with the sprites x/y variables, like this LOCATE 0,0,0:?"X:";X LOCATE 0,0,1:?"Y:";Y SPOFS 0,X,Y,00そうだね プレイ済み2017/11/04 04:16:32に取得
SmileBASIC コミュニティ返信[2]親投稿MrGlass Pie-ManDan2015/11/24 7:29But that would print unwanted text on the screen.0そうだね プレイ済み2017/11/04 04:16:32に取得
SmileBASIC コミュニティ返信[3]親投稿OlOOlOOl pi_r_round2015/11/24 7:38SPOFS can be used to read the sprite's location. Sample code in screenshot.2そうだね プレイ済み2017/11/04 04:16:32に取得