Member
- Jun
- Threads
- 4
- 96
- 1
- 2
- 8
AD: Mt2009 - Mobile & PC - 30 January 2026 CHECK THE PRESENTATION!
Hi,
I have a bug with Tweeny Animation..
Problem #1:
Nearly every window animation work smooth but only windows with items like shop, safebox, offlineshop are glitching.. (inventory works)
They should close smoothly like other windows but instead of smooth close it glitch like it open,close,open,close,open,close.. below is .gif with exact problem.
It may not be easy to see on that .gif, but if someone uses the system they know.
Problem #2:
Second problem is with auto close windows as shop.. when you get far it wont close a window.
Decreasing or increasing this value do nothing.. bug will be still there..
Anyone find some fix for any of these problems?
Thanks in advance
I have a bug with Tweeny Animation..
Problem #1:
Nearly every window animation work smooth but only windows with items like shop, safebox, offlineshop are glitching.. (inventory works)
They should close smoothly like other windows but instead of smooth close it glitch like it open,close,open,close,open,close.. below is .gif with exact problem.
It may not be easy to see on that .gif, but if someone uses the system they know.
To see the download links,
Log in or register now.
To see the download links,
Log in or register now.
Problem #2:
Second problem is with auto close windows as shop.. when you get far it wont close a window.
To see the download links,
Log in or register now.
Decreasing or increasing this value do nothing.. bug will be still there..
C++:
if (IsFlag(FLAG_ANIMATED_BOARD))
{
if (m_bShow)
{
m_sizeAnimation = tweeny::from(1.0f)
.to(0.0f)
.during(120)
Anyone find some fix for any of these problems?
Thanks in advance
Last edited:

