SmileBASIC コミュニティプレイ日記Ep17 EmPx172016/07/12 02:41:42is there an easy way to get the coords for the of an area of the screen?0そうだね 5返信プレイ済み2017/11/04 03:13:32に取得
SmileBASIC コミュニティ返信[1]親投稿Aaron Krondelo2016/7/12 6:57I think the easiest was is to use a debugging loop, just print the coords on the screen and give yourself a way to move them in real tim3.0そうだね プレイ済み2017/11/04 03:13:32に取得
SmileBASIC コミュニティ返信[2]親投稿Ep17 EmPx172016/7/12 8:20ok but how d0 i mak3 a debug l00p?0そうだね プレイ済み2017/11/04 03:13:32に取得
SmileBASIC コミュニティ返信[3]親投稿Aaron Krondelo2016/7/12 8:41Ugh dude.. @debug CLS ? "x:";x ? "y:";y B=BUTTON(2) IF B AND #RIGHT THEN X=X+1 IF B AND #LEFT THEN X=X-1 IF B AND #UP THEN Y=Y-1 IF B AND #DOWN THEN Y=Y+1 LOCATE X,Y ? "0" VSYNC GOTO @debug0そうだね プレイ済み2017/11/04 03:13:32に取得
SmileBASIC コミュニティ返信[5]親投稿Aaron Krondelo2016/7/12 17:10Yep, NP. Alternatively, you can replace thd LOCATE X,Y command with whatever you're testing for.0そうだね プレイ済み2017/11/04 03:13:32に取得