mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
18107cde7b
The `allStacksAndOwnersDo` function in Scratch 2.0 runtime iterates targets in reverse and projects sometimes rely on that for correct initialization. If, for example, each sprite runs a "go back 999 layers" or "go to front" block as its first action, the order of execution will determine the ordering of the layers. This change makes Scratch 3.0 match the Scratch 2.0 execution order. |
||
---|---|---|
.. | ||
blocks | ||
engine | ||
import | ||
io | ||
playground | ||
sprites | ||
util | ||
.eslintrc.js | ||
index.js | ||
virtual-machine.js |