
-----------------------------------
UnTiteled
Sun Jan 10, 2010 12:12 am

sprite movement, and health
-----------------------------------
What is it you are trying to achieve?

ok, what i am trying to achive is making my sprite (picture) move (left, right, jump) but for some reason i cant... as fot the health : i am trying to make a health bar and colision detection, making the character loose health everytime he is hit

What is the problem you are having?

all of the above

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

ver. 4.1.1

-----------------------------------
Ktomislav
Sun Jan 10, 2010 4:12 am

Re: sprite movement, and health
-----------------------------------
Turing Walkthrough
Thats all I can say.

-----------------------------------
nick4563
Tue Jan 18, 2011 5:02 pm

Re: sprite movement, and health
-----------------------------------
Turing Walkthrough
Thats all I can say.

Ive been through the Turing walk through at least three times and i cannot find any collision detection that helps with health

-----------------------------------
Tony
Tue Jan 18, 2011 5:16 pm

RE:sprite movement, and health
-----------------------------------
[url=http://compsci.ca/v3/viewtopic.php?t=75]collision detection thread

-----------------------------------
Dragon20942
Tue Jan 18, 2011 7:35 pm

RE:sprite movement, and health
-----------------------------------
Do you know how to move the character with loops, variables, delays, and cls? If not, go to the turing walkthrough. If so, you want to look at Input.Keydown.

-----------------------------------
nick4563
Tue Jan 18, 2011 8:56 pm

RE:sprite movement, and health
-----------------------------------
Thanks Tony that collision detection was much easier to use and more helpful to my needs.
