stuck in solid objects?

0 favourites
  • 4 posts
From the Asset Store
Welcome! I-Spy (Hidden objects) is an educational puzzle that is more than just seek-and-find activities.
  • My enemies have platform behavior and they have a mode where sometimes they change size (height or width or both), and when they change size and the new size overlaps a solid object, they became stuck in the solid object.

    How do I fix this without removing the "changing size" feature?

  • when you change size, you could also try to set their x to self.x+1 or some value, which would move them inperceptably higher. They will fall back to place anyway. I hope this helps.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You could try something like...

    While Changing Size -- Set Sprite.X to (Sprite.Height / 2) + Variable 1.

    Variable 1 would be based on where the enemy is relation to something that never changes. Like the floor for example or something else.

  • not sure how to do your ideas, guys. This problem arises in situations I have "stairs" kinds of floors, meaning I have different floor object instances at different heights. The changing of size happens in air, so as soon as enemy overlaps any floor object, it gets stuck there forever (since my events are supposed to work when the enemy falls on floor)

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