Computer Science Canada Breif Question on Moving Objects |
Author: | Killa Hilla [ 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 |
Author: | Tony [ Sun Mar 02, 2003 11:06 pm ] |
Post subject: | |
should check out our tutorial section. http://www.compsci.ca/bbs/viewtopic.php?t=193 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. |