Construct 3 r186

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • Another problem I think.

    When I add Sine \ behavior

    Movement: Size

    Wave: Sine

    Event does not apply changes to the object.

    Because Size itself resizes, despite the fact that the size is set through event, so I have to create additional lines to turn off Sine and then turn it on so that the changes apply.

    Simplify this point so that Sine obeys the event and adjusts as needed.

    Importantly, this problem was not in Construct 2.

    • I mean, set size 77x77 doesn’t work, as the size adjusts (Sine).

      To solve this, when creating an object, I turn off the behavior (Sine), apply the desired size, and then turn it on again, and after that the size is successfully applied.