Computer Science Canada Turing Picuture animation help!! |
Author: | capella [ Fri May 22, 2009 9:58 am ] | ||
Post subject: | Turing Picuture animation help!! | ||
What is it you are trying to achieve? <Allow the picture to move diagonally without leaving image marks on the background.> What is the problem you are having? <The picture leaves layers of images when it's moving> Describe what you have tried to solve this problem <I have tried using View.SetTransparentColor (1)> Post any relevant code (You may choose to attach the file instead of posting the code if it is too long) <Answer Here>
Please specify what version of Turing you are using <Turing 4.0.5.> |
Author: | DemonWasp [ Fri May 22, 2009 10:55 am ] | ||
Post subject: | RE:Turing Picuture animation help!! | ||
You need to use Draw.Cls or cls to clear the screen in between. You also only need one View.Update in your loop. It should look more like this:
You clear the screen (blank slate), draw the picture at its current location, push that to the screen, then wait a little before continuing. |