delegate (quasi-inherit) Stage>>newSoundName() from Sprite

pull/89/head
jmoenig 2019-10-20 20:54:25 +02:00
rodzic 6e3a36ac2b
commit 8e4167e40b
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -21,6 +21,7 @@
* threads: generate stereo sounds
* threads: added list type assertion for samples to "new sound" primitive
* objects: tweaked labels for "new costume" and "new sound" primitives
* objects: delegate (quasi-inherit) Stage>>newSoundName() from Sprite
### 2019-10-18
* objects, blocks, threads: added dimension getters for the stage

Wyświetl plik

@ -9012,6 +9012,9 @@ StageMorph.prototype.resumeAllActiveSounds = function () {
StageMorph.prototype.reportSounds
= SpriteMorph.prototype.reportSounds;
StageMorph.prototype.newSoundName
= SpriteMorph.prototype.newSoundName;
// StageMorph volume
StageMorph.prototype.setVolume