Rotate the minimap?

I would assume wobble comes from events order
Every single time i had issue with text object flickering when changing text
For example i set it to display score variable
And it flickers as soon as score changes due getting new digit
For example when it switches fro 99 to 100
Look at my post here

You have there 2 gifs
Top gif have that issue as soon as new digit is added to string it flickers
It is due it is positioning itself based on length of string (since origin point is on the left)
And then it update position and so there is delay between how long string is now and when position is updated
I never can remember does position change action should be above or below text change action
But it is one way or another

And as you see that 2nd gif with negative numbers does not have that problem
I made it after figuring out why it is flickering

And so in your case i guess in one action you change angle or something
And other action that is above it updates it
And that is the problem

I simply suggest mess around with order of your actions/events
And it will be fixed

And i would care to ask
What does SIN do there?
I do not know what it does so what is the purpose of this expression and how it works??
Damn also what COS is cause i guess they are opposite of each other?

1 Like