ScratchData LogoScratchData
Back to _nix's profile

Clone audio effect inheritance demo (pan)

_N_nix•Created January 30, 2020
Clone audio effect inheritance demo (pan)
0
0
19 views
View on Scratch

Description

In addition to the volume and non-patch demo's conclusions: - Clones inherit the values of the ORIGINAL sprite's audio effects (pan and pitch) - not their own parent's. - Clones changing their effect values (any) doesn't affect the values of the original sprite. Therefore, for further implementation: - Sounds are still shared between a sprite and its clones (i.e. if you play a sound in a clone it will stop in the parent). - When a sound is played, it takes the effects from the sprite/clone which is playing it. (I.e. it outputs to that effect chain - AND takes any non-patch effects.)

Project Details

Project ID363849475
CreatedJanuary 30, 2020
Last ModifiedJanuary 30, 2020
SharedJanuary 30, 2020
Visibilityvisible
CommentsAllowed