Compare the angle of motion?

0 favourites
  • 4 posts
From the Asset Store
Complete the collection by purchasing Motion Universe Pt. 2
  • Hi

    Does anyone know how to compare the angle of motion of a sprite that does not rotate with the angle of motion? I can see "is angle within" etc but this seems to only look at the angle of the sprite itself and not its motion.

    Thanks

    MB

  • If you are using the bullet behaviour, it has it's own angle property. You can use two sprites for the object, one invisible box and one sprite. Then pin them (only position), give bullet behaviour to invisible object, then compare bullet.angle to sprite.angle. Obviously, you will have to handle rotation of the sprite with other events that don't rely on bullet behaviours events & properties.

    Please forgive I am not very good either, but this is the first thing that came to my mind.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Thanks for the suggestion. I will give this a try, sounds like it will work. I though of some similar convoluted solutions but figured that I must have missed an obvious value to check somewhere.

  • Easier option is to use bullet behaviors angle of motion. You can access it this way in expression: object.bullet.angleofmotion

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)