SmileBASIC コミュニティプレイ日記crazy pro Jakob130092017/06/20 23:04:02how do i make it so the figure [DOESENT] disappear when it moves and reappear when it stops i want to see it when it moves1そうだね 4返信プレイ済み2017/11/04 02:04:06に取得
SmileBASIC コミュニティ返信[1]親投稿Stewart segludian12017/6/20 23:18Are you moving too fast? If you don't have a vsync call in your game loop try adding one. Otherwise we will need to see some code to find the problem.0そうだね プレイ済み2017/11/04 02:04:06に取得
SmileBASIC コミュニティ返信[2]親投稿crazy pro Jakob130092017/6/20 23:24code:in picture0そうだね プレイ済み2017/11/04 02:04:06に取得
SmileBASIC コミュニティ返信[3]親投稿Hanzo rzsense2017/6/20 23:35Try to remove line 58 (VSYNC 5), and insert VSYNC 5 between line 52 and 53. 0そうだね 未プレイ2017/11/04 02:04:06に取得
SmileBASIC コミュニティ返信[4]親投稿Stewart segludian12017/6/21 0:32When you move, you are drawing over top of your player with a space. Try drawing the character after calculating their new location.1そうだね プレイ済み2017/11/04 02:04:06に取得