ID:2916809
 
Resolved
When an object ID was recycled, animations on the new object sometimes didn't get sent to clients that had the old object still in their sent-object info.
BYOND Version:515.1633
Operating System:Windows 10 Home 64-bit
Web Browser:Chrome 122.0.0.0
Applies to:Dream Daemon
Status: Resolved (515.1634)

This issue has been resolved.
Descriptive Problem Summary:
Under certain circumstances animate() can become seemingly "corrupted", causing the entire animation to not play.

http://files.byondhome.com/RootAbyss/Animate%20Bug_src.zip

Numbered Steps to Reproduce Problem:
Run the project
Use createBox()
Note a red box overlay appear then disappear after 2 seconds
A second red box should have appeared after the 2 seconds that animates upwards and fades out to 0 alpha
Commenting out line 50 (sleep(20)) will cause the second box to appear and animate properly

I went back and checked and the last version that didn't have this issue was 515.1593.
Lummox JR resolved issue with message:
When an object ID was recycled, animations on the new object sometimes didn't get sent to clients that had the old object still in their sent-object info.