Hello!
I am using the "grow" block to flip an actor horizontally.
There are 2 issues I noticed:
- When the growing is finished, the animation stops
- The growing does not reach -100%
Here is a gif that shows exactly what happens:
Other mentions:
- I have no code/blocks in the actor
- I tried with other actors and the issue persists
- I tried changing the time from 1 second to other values (including 0) and the issue persists
- I tried changing the scaling from -100% to other values. It is fine for all positive values. For negative values, it seems to stop working at about -95%. I tried scaling it to -95% and it works fine. However, when I tried to scale it to -99%, the issue appeared.
- It also seems to not work for any scaling below -100% (e.g. -200%). The scaling just stops at about -95%. Even if I scale it to -200%, it will scale the actor to -95% and stop there.
- The same issue seems to happen with vertical scaling (e.g. scaling to w: 100%, h: -100%).
I don't know what else to try for this.
I have tried all I knew.
If anyone knows how I can fix this, please let me know.
Thank you!