Computer Science Canada

animation flicker help

Author:  diablos8704 [ Wed Jan 12, 2005 9:32 am ]
Post subject:  animation flicker help

hey guys i need some help with this program i cant figure out how to get less flickering in an animation can some one help me out? :?

Author:  Tony [ Wed Jan 12, 2005 9:37 am ]
Post subject: 

Turing:

View.Set("offscreenonly")
...
%draw your frame here
View.Update

There are more comprehensive tutorials and a lot of examples available if you search, but that's the basic idea.

Author:  diablos8704 [ Thu Jan 13, 2005 9:24 am ]
Post subject: 

thanks that works better


: