Forum Topics tagged angles

Report Tag

66 forum topics with this tag
  • 11 replies
  • 173 views
This content is deleted
Forum Topic
How do I simulate angle animations with 8 directions?
0 favourites

I created a sprite that moves in 8 directions with the arrows, now I would also like to use the WASD keys. I can make it move right, left, up and down with the...

  • 4 replies
  • 202 views
0 favourites

Here it is how's in the game itself: The problem that is pissing me off is that the sword flash animation in the third attack is misplaced (slow down the video...

  • 2 replies
  • 101 views
This content is deleted
Forum Topic
How do I set angle of sprite upon creation?
0 favourites

I have a function that creates a ball and everything seems to be okay except the created ball just goes side-to-side. I tried to set the angular motion / angle...

posted 5 months ago
  • 3 replies
  • 84 views

I have a sprite with 8 direction movement, which rotates to face the player's mouse x and y coords, and I have a bullet that spawns at image point 1 (set at the...

  • 3 replies
  • 116 views

I'm trying to make an enemy sprite (a mushroom) move towards the player. The bullet is working properly moving towards the player, but then the sprite is rotati...

  • 2 replies
  • 65 views
This content is deleted
Forum Topic
Is the module operator suppose to return negative values?
0 favourites

I though of using the module operator (%) to prevent angles from going onto negative values when using angle(), but it doesn't do it, even though it works like...