image angle - not rotation?

AppArcadeAppArcade Member Posts: 64
edited November -1 in Working with GS (Mac)
hi! I have a game where I want my character to point in the direction that he shoots, but I don't want him to walk in that direction as soon as i set the speed.
Hope you understand what i mean!

Thx!

Comments

  • CodeMonkeyCodeMonkey Head Chef, Member, PRO Posts: 1,803
    make the movement relative to scene. Not sure what you're using to have it move.
  • AppArcadeAppArcade Member Posts: 64
    CodeMonkey said:
    make the movement relative to scene. Not sure what you're using to have it move.

    I'm using a joystick, sorta like a steering wheel, but I'll give it a go!
    Thx!
  • AppArcadeAppArcade Member Posts: 64
    CodeMonkey said:
    make the movement relative to scene. Not sure what you're using to have it move.

    That didn't work, because I need a "constrain atribute" saying "self.rotation to Joystick rotation" and in the joystick I have a "constrain attribute" behavior that says "joystick rotation = self.rotation"
    Sooo what do i do.

    PS. I could send you the project if you got the time!?!
Sign In or Register to comment.