Posted: Sun Mar 02, 2003 6:22 am Post subject: Breif Question on Moving Objects
I have looked for Days on a good tutorial about how to make a Object move in Turing... If you know of any really good tutorials for Beginners PLEASE tell me and if you can explain how it would be reatly appreciated.
Thanks
Sponsor Sponsor
Tony
Posted: Sun Mar 02, 2003 11:06 pm Post subject: (No subject)
though in simple terms, you just draw same object in different places. Easiest way is to use variables for its X/Y coordinates and have a loop (or user input) change thouse values.