ID:139435
 
Code:
[...]
var/Actor/A = new(actor_loc)
var/image/A_Image = image(actor_icon, A, actor_icon_state)
[...]


Problem description:

Well I made a cut scene datum, and everything works fine except for the fact that movement isn't animated, directions are show fine but when a character moves there's no animation, just wondering if that's how images just are or if there's a way to change this behavior.