TurboWarp / scratch-vm

Scratch VM with a JIT compiler and more features
https://turbowarp.org/
Mozilla Public License 2.0
75 stars 72 forks source link

Bubbles don't pause when a project is paused (is it intentional?) #219

Open FurryR opened 3 months ago

FurryR commented 3 months ago

Expected Behavior

When clicking pause, bubbles (say ... for ... seconds) are also paused.

Actual Behavior

When clicking pause, bubbles do not pause and disappears.

Steps to Reproduce

Operating System and Browser

N/A

Additional Information

sayforsecs / thinkforsecs used Promise and setTimeout for timeout. Refactor them with stack timer might help.

ntvmb commented 2 months ago

This bug is not unique to TurboWarp. This is a bug in Scratch Addons that won't be fixed, as it is "intentionally out of scope for the Pause addon".