Computer Science Canada Movement Is "Glitchy" |
Author: | Rasta Fella [ Sun Jan 15, 2006 11:18 am ] | ||
Post subject: | Movement Is "Glitchy" | ||
The source code below is part of the program I am making. Seems to me when I run the program the 'dot' seems to flash. Its a problem, because the commands states to redraw the dot every some odd milliseconds. Is there a way that the flashy stuff can be fixed...because I don't want a problem in the future to occur. Or is it just my computer?? I already looked through alot of the programs....and I think the command View.Update can help??? Code Below:
|
Author: | Cervantes [ Sun Jan 15, 2006 11:24 am ] | ||
Post subject: | |||
View.Update will indeed help. Stick this at the top of your program:
Then, after you've drawn your dot, do a View.Update. |
Author: | Rasta Fella [ Sun Jan 15, 2006 5:16 pm ] |
Post subject: | |
Thanks Crevantes, It works now... P.S. I like your new avatar, better then the pirate I think... |