ID:273067
Aug 14 2009, 3:42 am
|
|
How do I make it so the Character Icon changes directions? Example: At the start of the game it starts facing South and when I press up it moves up but is still facing South. I want it to move up and face North, or move right and face East or move left and face West. I have all the images for it loaded up on it. Just not sure how to do this. Please help.
|
Aug 14 2009, 4:04 am
|
|
In the icon editor, by default, it will come up with 4 grey boxes vertically. These grey boxes are for each direction (North, South, East and West respectively), and change automatically. Example, let's say you want the person to be red when south and blue every other time. So, make a blue man. Then, in the second box (south), make a red man. Run DM, with the man as your default icon. Push up. North() is called, and you move up. You should be blue. Push down. South() is called, and you move down. You should be red.
|
In response to Demon_F0rce
|
|
ok now I'm having it so he continues to walk in place.
nvm I got it now. Thanks. |