
-----------------------------------
UnTiteled
Fri Jan 08, 2010 6:00 pm

character movement and health ?
-----------------------------------
alright, practically what i have is a character (sprite)...so pretty much a picture and i want to know how to make that one picture move ....my other question is i have my character- how do i make the program know when my character is hit so i can subtract health (HP)

-----------------------------------
Zren
Fri Jan 08, 2010 6:41 pm

Re: character movement and health ?
-----------------------------------
Moving: Move the X and Y coordinates of where you draw the picture.
Pictures: http://compsci.ca/holtsoft/doc/picmodule.html
Key Board Input: http://compsci.ca/v3/viewtopic.php?t=114

Collision Detection for the health:
http://compsci.ca/v3/viewtopic.php?t=13661
(Probably a better tutorial around, I just grabbed it from the Turing Walkthrough.)

-----------------------------------
SNIPERDUDE
Fri Jan 08, 2010 7:51 pm

RE:character movement and health ?
-----------------------------------
Wouldn't this be better posted under the Help section?

-----------------------------------
UnTiteled
Sat Jan 09, 2010 10:28 am

RE:character movement and health ?
-----------------------------------
haha yes it would
