appreciate the responses.
Since draw
creates a unique tile instance each time it's called, I'm trying an alternate approach of using
tell [x,y] to frame [frame index] end
This is nested inside of an "animate" event on the player script that is called from the main game.loop function...but it appears to be doing nothing. Is there a way to increment through tile frames after the instance is drawn?