Collision issue and some overlapping problems

This forum is currently in read-only mode.
From the Asset Store
Particles support animations, collisions, effects and etc.
  • So here are my two problems, I cannot get my enemy objects to stop when they come in contact with my wall objects, yet my player object does. and then I cant get construct to recognize the order of objects for some reason, making corpse objects appear on the top layer. Here is my cap file if you want to take a look at it. Thankyou for your consideration.

    accounts.google.com/v3/signin/identifier

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I've looked into it. Well, for starters - you made your enemies ALWAYS (event #7) have the speed of 80, so even if they collide with something, they will instantly gain the speed of 80. :)

    Try using something else, for example:

    1. if ENEMY is NOT colliding with obstacle AND ENEMY speed < 80 - set ENEMY speed = 80

    2. if ENEMY collides with obstacle AND ENEMY speed >= 80 - set speed to 5 / bounce / something else

    The problem is that every each second (or tick) the program makes your monsters have the speed of 80, so collisions don't work.

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