ChenBr's Recent Forum Activity

  • So the problem is that the numbers are growing infinite?

    What about making a loop that ends after 1 loop (or more if you want to)

    Or the loop (Object b weight gets bigger) only when a condition is happening

    If I got you wrong again, can you describe to me again what are you trying to do, we more details, even screenshoots?

    Thanks

  • Try Construct 3

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

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

    By typing ObjectA.width = ObjectA.width + ObjectB.width you're giving Object A the width of Object A and Object B together.

    Why don't you just give object B width the width of Object B?

    ObjectA.width = ObjectB.width

    Let's say you want it to change whenever Object B width is being changed, you can do}

    Every tick --> set width ( of object B)--> ObjectA.width

    Did I get you right?

ChenBr's avatar

ChenBr

Member since 11 Mar, 2018

None one is following ChenBr yet!

Trophy Case

  • 6-Year Club
  • Email Verified

Progress

7/44
How to earn trophies