プレイ日記
MSWS coolestkid123
How do I draw straght lines! I've coded it well enough, but somtimes it links a new line with the previous one! Please help!!!
2そうだね
プレイ済み
返信[1]
親投稿
PChicken NerdChicken
gline <start x> <start y> <end x> <end y>
0そうだね
プレイ済み
返信[2]
親投稿
Hanzo rzsense
Do you point out 3 or 4 links of the longest line on your attached screenshot? Unfortunately we cannot avoid them, however we can make them inconspicuous. Look for "anti-aliasing" in the internet.
0そうだね
未プレイ
返信[3]
親投稿
MSWS coolestkid123
Here's what I mean, please tell me how I would fix it. [NX5383HJ]
0そうだね
プレイ済み
返信[4]
親投稿
Hanzo rzsense
#1: Add one variable for storing touch period 1 round before (e.g. PLTM) and set zero for it as initial value. #2: Replace "IF !LTM THEN" with "IF !LTM && PLTM THEN". #3: Write "PLTM=LTM" above WEND.
0そうだね
未プレイ