codingr's Forum Posts

  • 4 posts
  • Anyone?

    Please, I can't get my Tile to initiate, on created event doesn't work..why?

  • Hello,

    I have an object (Tile) that is moving from one side to another bouncing other solids,

    using custom movement behaviour.

    what I want to do is to the object to bounce 180degrees on the hirzontal axis when it collides/overlapps another object.

    1. why isn't it possible to make a condition such as "On CustomMovement horizontal step" with a AND operator with "Is Colliding another object" and only with the overlapping.

    2. why it is not working with the overlapping also? isn't it soppouse to happen Every step?

    Screenshots

  • OK yeah, You were right it is a logical error, but I tried >= 10 just for the testing, and it doesn't stop.

    am i missing anything else?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello,

    I am new to this forum and to this platform 'Construct 2'

    I am having a very weird problem, Let me show you my event sheet screenshot:

    prnt.sc/cw0hrh

    in real time what I am getting is that on collision with the object, the Tile moves, but doesn't really stop after travelling that distance..

    That is strange..I've also tried loooking in the debugger under watch and each of the Instances goes by beyond 40 (The travelling distance variable) and nothing

    happens.

    what am I doing wrong?

  • 4 posts