Posted: Tue May 19, 2015 6:26 am Post subject: Moving pictures question.
What is it you are trying to achieve?
making a paceman type game. Using hopefully anything other than just plain draw
What is the problem you are having?
I don't know what other ways you could do this, I have read that using sprites is not a good options, can I use pictures?
Describe what you have tried to solve this problem
I have tried handeling with draw commands in animation, but it gets so "flickery", I will give view.update a shot but I am hoping that I can find a better way
Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)
Turing:
<Add your code here>
Please specify what version of Turing you are using
<1.4.4>
Sponsor Sponsor
Insectoid
Posted: Tue May 19, 2015 5:10 pm Post subject: RE:Moving pictures question.
Pic.Load and Pic.Draw are what you're looking for. Look them up in the Turing documentation for details.