<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br>Hi, <br><br>When I use (delta) with (draw*) instead of (build*) it doesn't work, why does this happen? I think that the reason of this is that the (draw*) command needs to be refreshed every-frame and the (build*) one doesn't.<br><br>ex.<br><br>(clear)<br>(define (cube)<br>(rotate (* 45 (delta)) 0 0))<br>(draw-cube)); draw instead of build<br>(every-frame (cube))<br><br>And I understand that (delta) <a title="Enviar (Ctrl+Entrar)" href="javascript:;" onclick="ComposePage._sending = true;" id="SendMessage"><span class="Label"></span></a>makes the time between each frame to be constant. But this will not be the same time for the (draw-cube) part.<br>I hope this make som<a title="Enviar (Ctrl+Entrar)" href="javascript:;" onclick="ComposePage._sending = true;" id="SendMessage"><span class="Label"></span></a>e sense.<br><br>Thanks, <br><br>Luis<br>                                         </body>
</html>