1 decade ago by Joncom
I put together a small example of what appears to break ig.Animation.rewind()...
Live example here: http://commins.ca/null-rewind/
Code here: https://github.com/Joncom/null-rewind
In a nutshell, if you do a
EDIT One caveat is that if you do another
Live example here: http://commins.ca/null-rewind/
Code here: https://github.com/Joncom/null-rewind
In a nutshell, if you do a
.gotoFrame()
call in the init
function of an entity, your .rewind()
calls will be fruitless.EDIT One caveat is that if you do another
.gotoFrame
call on the animation after the fact, then .rewind()
resumes working, but not before then.