Updating The Screen - "Keeping it fresh"
Author |
Message |
crump3ts
|
Posted: Wed May 30, 2007 4:15 pm Post subject: Updating The Screen - "Keeping it fresh" |
|
|
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 !
Description: |
|
Download |
Filename: |
Mien Kampf.zip |
Filesize: |
5.88 KB |
Downloaded: |
54 Time(s) |
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
Clayton
|
Posted: Wed May 30, 2007 4:22 pm Post subject: RE:Updating The Screen - "Keeping it fresh" |
|
|
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
|
Posted: Wed May 30, 2007 4:40 pm Post subject: Re: Updating The Screen - "Keeping it fresh" |
|
|
Thanks, it the View.Set and View.Update worked great! Im new here, so I guess I just didn't look around the tutorials
|
|
|
|
|
|
|
|