Computer Science Canada How to make a Sprite move, with the Animation |
Author: | luckyduckstr [ Mon Nov 04, 2013 7:12 pm ] | ||
Post subject: | How to make a Sprite move, with the Animation | ||
What is it you are trying to achieve? <Replace all the <> with your answers/code and remove the <>> What is the problem you are having? <Answer Here> Describe what you have tried to solve this problem <Answer Here> Post any relevant code (You may choose to attach the file instead of posting the code if it is too long) <Answer Here>
Please specify what version of Turing you are using <Answer Here> |
Author: | luckyduckstr [ Mon Nov 04, 2013 7:15 pm ] |
Post subject: | Re: How to make a Sprite move, with the Animation |
the problem is that when i try to make the animation the sprite moves 10 spaces and not do each 1 as the animation is running |
Author: | luckyduckstr [ Mon Nov 04, 2013 7:16 pm ] |
Post subject: | RE:How to make a Sprite move, with the Animation |
i've tried to place the "x := x + 10" into the array but it just moves way more spaces than i wanted it too |
Author: | Insectoid [ Mon Nov 04, 2013 7:43 pm ] |
Post subject: | RE:How to make a Sprite move, with the Animation |
Why not try x := x+1, and do it 10 times? |
Author: | Zren [ Tue Nov 05, 2013 11:47 am ] |
Post subject: | RE:How to make a Sprite move, with the Animation |
Are you two partners? http://compsci.ca/v3/viewtopic.php?t=34475 |