
-----------------------------------
crump3ts
Wed May 30, 2007 4:15 pm

Updating The Screen - &quot;Keeping it fresh&quot;
-----------------------------------
Doing this project for ISP. I need to find out how to update the screen cleanly, not cls, it causes to much flicker. Ive included my project as it is so far. I need to fix the images, sometimes parts of them stay on screen when they are supposed to be cleared. I also want to know how to modify the projectiles, so that they will merge cleanly with other images. Youll see if you run my program, its kind of hard for me to explain.

Thanks !

-----------------------------------
Clayton
Wed May 30, 2007 4:22 pm

RE:Updating The Screen - &quot;Keeping it fresh&quot;
-----------------------------------
I suggest you read up on my View.Set() and View.Update() tutorial in the Turing Walkthrough, it explains exactly how to solve your issue.

-----------------------------------
crump3ts
Wed May 30, 2007 4:40 pm

Re: Updating The Screen - &quot;Keeping it fresh&quot;
-----------------------------------
Thanks, it the View.Set and View.Update worked great! Im new here, so I guess I just didn't look around the tutorials :P
