プレイ日記
Blas Super_Blas
trying make the screen flicker go away, any tips?
4そうだね
プレイ済み
返信[1]
親投稿
Zee Storybookten9
Use VSYNC 1. Sometimes may require higher values, but normally 1 will work. Or use frame buffers by swapping GPAGEs for graphics, but text has to use vsync.
0そうだね
プレイ済み
返信[2]
親投稿
Ben Ben61998
it's because you are using acls in the @moose label, so it is clearing the screen every time it loops, and re-making the image. Try just clearing the screen after you make a new circle
1そうだね
プレイ済み
返信[3]
親投稿
Blas Super_Blas
thanks folks!
0そうだね
プレイ済み
返信[4]
親投稿
Zee Storybookten9
I also wouldn't recommend using ACLS in a loop either. It is better to just clear text with CLS, Graphics with GCLS, or the Background with BGCLR and just use the ones that you need. So if you are just using graphics just use GCLS.
1そうだね
プレイ済み