(Now before you read this yes I am a total n00b and I am in the learning process)
I am making a game and so far I added a joystick which controls the position of my player. The joystick is what moves my player around my map however I don't want it to do this I want my player to remain static in the middle of the screen and when I move the joystick to the left for example I want the map to move not the player also I want my player to face the direction the joystick was moved to. If you guys played Pokemon or Zelda before and seen how the player moves in the game you guys would know of what I am talking about.
Summary- I want to create a sprite that is positioned in the middle of the screen and whenever I move the joystick up the sprite faces up and it scrolls the map based on the position I move the joystick and also having the sprite play a certain animation based on where the joystick was moved to.
Please help someone!!! I have looked for tutorials but found none on this topic.