Anchoring problem

0 favourites
  • 2 posts
  • Alright, so I have my ui layer set to zero scrolling and zero parallax also. I have the text anchored too.

    The problem is, when ex. I spawn some text, it first appears for a brief second on some other position, then quickly goes to its rightful position. How do I make it so that it wouldnt appear anywhere else, but immediately to its rightfull position ? I think I understand why it happens, thouhg not sure - it first appears by the x,y of the layer, then it realizes it is anchored, and accordingly to everything it immediately goes into the correct place.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yeah, anchor has a lag. It doesn't update object position immediately. As a workaround you can create an invisible object, and make it visible after a short delay.

    Or ditch the Anchor and on every tick set object position to viewport bounds.

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