Pin Spawn To Image Point

0 favourites
  • 2 posts
From the Asset Store
Connect the dots in the correct order and draw happy animals!
  • I have a sprite with several different animations. I have one where he swings his AXE I created an image point that follows the tip of the axe.. I'm trying to " When playing "Attack" animation spawn a little dot that will follow the axe so when that dot hits an object it will do something... as of now when it's creating the spawn at the default location of the whole image... I have it as follows..

    When hunter_img is playing "Attack" -- > Spawn DOT -- > hunter_img.ImagePointX(1)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I guess the "PIN" behavior won't follow an ImagePoint, it just keeps position & angle from its spawn point related to pinned object.

    I think you need to use a position action on your DOT sprite. So you need to create an event like :

    When hunter_img is playing "Attack" > set DOT position to (hunter_img.ImagePointX(1), hunter_img.ImagePointY(1))

    This way, every tick, the DOT will be positioned on the imagePoint. (you can also give names to ImagePoints)

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