<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
I want to achieve a simple straight ribbon moving from one side of the
srcreen to the other horizontally.<br>
looking something like:<br>
<br clear="all">
<img alt="" src="cid:part1.03030302.04020408@timvets.net" height="384"
 width="512"><br>
<br>
(with the grey ribbon moving from left to right)<br>
but in reality it comes out jagged, somewhat like:<br>
<br>
<img alt="" src="cid:part2.04000007.08050104@timvets.net" height="384"
 width="512"><br>
<br>
is there something i can do about that ?<br>
(framerate? antialliasing? videocard ? ...)<br>
<br>
what is the best way for moving basic figures smoothly over the screen?<br>
I was fiddling about with an alternative to the line object:<br>
<br>
|&nbsp;&nbsp;&nbsp; [for++ 0 64000 0.1]<br>
|&nbsp;&nbsp;&nbsp; |<br>
|&nbsp;&nbsp;&nbsp; [* 0.05]<br>
|&nbsp;&nbsp;&nbsp; |<br>
| &nbsp;&nbsp; [- 1600]<br>
|&nbsp;&nbsp;&nbsp; |<br>
|&nbsp;&nbsp;&nbsp; [/ 400]<br>
|&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \<br>
[translateXYZ]<br>
|<br>
[rectangle 0.5 7]<br>
<br>
I get rather jumpy movement, as if it skips some pixels now and then...<br>
(pd, Gem, WinXp)<br>
<br>
thanks!<br>
Tim<br>
</body>
</html>