actually i just solved that heh
I've changed values from 0,1,2,3 to 1,2,3,4 and then
+ 'door' = 3
-> set animation to 'open'
-> set animation frame to 1
-> play animation
-> set 'door' to 0
it play's animation normally now, and helps me with other things
[quote:wug98lep]As it is now, every tick sets the animation so the the multiframe animation don't get a chance to play.
eh, never though about that, but now i can see a point in that.
if 'door' = 3 -> set frame to 1 -> play animation
Construct will loop that sequence every tick so only frame 1 will be played all over again - it's so obvious
thanks for that tip R0J0hound