
-----------------------------------
luckyduckstr
Mon Nov 04, 2013 7:12 pm

How to make a Sprite move, with the Animation
-----------------------------------
What is it you are trying to achieve?



What is the problem you are having?



Describe what you have tried to solve this problem



Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)








Please specify what version of Turing you are using


-----------------------------------
luckyduckstr
Mon Nov 04, 2013 7:15 pm

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

-----------------------------------
luckyduckstr
Mon Nov 04, 2013 7:16 pm

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

-----------------------------------
Insectoid
Mon Nov 04, 2013 7:43 pm

RE:How to make a Sprite move, with the Animation
-----------------------------------
Why not try x := x+1, and do it 10 times?

-----------------------------------
Zren
Tue Nov 05, 2013 11:47 am

RE:How to make a Sprite move, with the Animation
-----------------------------------
Are you two partners?

http://compsci.ca/v3/viewtopic.php?t=34475
