Question
Stop loop but not animation of button
Project is in HTML5 Canvas..
I want the video to stop looking (which I know how to do this) BUT I want the button to still animate (when I hover over it it gets larger). It seems it will do that, but then once it reaches the end, it stops because I did the this.stop()
How do I stop one with out the other stopping?
