Hi i just changed my mail cause the web interface of my isp mail account is a bit boring and i lose track of mails cause im not with my setup connected, sorry for the inconvenience, now i hope it will work :), the thing is i cant understand exactly how i can program functions like build-cube as if it was draw-cube, down here im using build-text but the same thing would happen if it was a cube instead, it would draw millions of it makeing fluxus to become slow, could someone help me here ive already read the entire fluxus.texi paying attention to this topic and it is well documented i even think i understood it but i cant make it work so i cant say for sure i understood, thanks for any input i know this is a begginer question but im still one.<br>
<br>(clear)<br>(define (clearall) (begin (clear) (clear-texture-cache)))<br>(define a "false")<br>(define (alpha) (build-text a))<br>(texture (load-texture "text1.png"))<br><br>(define (teste)<br><br>(with-state <br>
;(clear)<br>(translate (vector 0 0 (* (sin (delta)) 2)))<br>(draw-instance (tek))<br>;(destroy (tek))<br>))<br><br><br>(every-frame (begin (teste))))<br><br><br>cheers,<br><br>glauber.<br>