ID:1945985
 
Resolved
flick() interfered with animate() values besides icon and icon_state.
BYOND Version:509.1300
Operating System:Windows 7 Pro 64-bit
Web Browser:Chrome 45.0.2454.93
Applies to:Webclient
Status: Resolved (509.1301)

This issue has been resolved.
Descriptive Problem Summary:

When you call flick() on an atom and immediately afterward attempt to use animate() on it, animate() itself seems to be ignored.

I should note this happens only when the animation from flick() is still playing, and that this is not an issue in DreamSeeker.

Code:
flick("animation", object) // assuming "animation" is >= 5 frames
animate(object, alpha = 0, time = 5)
Lummox JR resolved issue with message:
flick() interfered with animate() values besides icon and icon_state.