Tim Felgentreff uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-tfel.1304.mcz==================== Summary ====================
Name: Morphic-tfel.1304
Author: tfel
Time: 31 August 2016, 10:15:39.417793 am
UUID: c8bd618f-2c06-4941-83bb-7c94e378a7be
Ancestors: Morphic-tfel.1303
Do not call stopSound on the Players, instead leave the decision to stop sounds when they stop running up to the players.
=============== Diff against Morphic-tfel.1303 ===============
Item was changed:
----- Method: PasteUpMorph>>stopRunningAll (in category 'misc') -----
stopRunningAll
"Reset all ticking scripts to be paused. Triggered by user hitting STOP button"
self presenter allExtantPlayers do:
[:aPlayer |
- aPlayer stopSound.
aPlayer stopRunning].
self world updateStatusForAllScriptEditors!