トピック
受付中
Kalvin Noctise

lines

how would you move these lines without it drawing a new one?
2そうだね
プレイ済み
返信[1]
親投稿
Oscar PwnageBlock
If you drew this with graphics functions (e.g.: GLINE) then you have no real choice but to redraw the screen. This is part of the graphics screen's nature.
2そうだね
プレイ済み
返信[2]
親投稿
Stewart segludian
What you want to do is use page flipping. This lets you draw lines on one page then show it all at once when you are done drawing that frame. It gets rid of the flicker that way. Attached is a small example that rotates a triangle. The gpage call is the important part.
1そうだね
プレイ済み