bug:offscreen({pause: true})
gets stuck once paused, must be unpaused manually
#536
Labels
bug
Something isn't working
So, the bean is not paused when it is spinning, but as soon as it goes offscreen it pauses cause of the offscreen() comp, but when it comes back on screen again, isOffScreen() returns the right value but bean does not spin cause it is paused. culprit I think is that the offscreen comp uses its own component update() to listen for coming back onscreen which just isn't called when the obj is paused! It should use a global onUpdate?
The text was updated successfully, but these errors were encountered: