Create Object on its Imagepoint

0 favourites
  • 3 posts
From the Asset Store
Fully commented source code/event sheet & sprites to create a space shooter game
  • Hi guys

    I'm trying to Create Object and place it on certain coordinates, based on its Imagepoint, not on the Origin.

    In other words i want to place object, and its Imagepoint to be at certain coordinates.

    Any idea how i can do it?

    Sry if that has been discussed but couldnt find anything in the forum.

  • Yes!

    Create the object at the point you want its image point to be. Now rotate your object 180 degrees and set its position to object.ImagePointX(number) and object.ImagePointY(number). Now rotate it another 180 degrees back to normal. Now its image point is at the exact coordinate where you originally created the object.

    If you're going to be creating more than one of this kind of object it'll be important that you don't muck up the positions of your other objects while doing this, in that case move rotations and position setting to an "object - on created" event so that the event system is only picking the object you just created.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Lol thats hell of a trick :)

    Thanks alot!!

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