The function changes the specified sound effect by the values. The input is for selecting how much the sound will be changed. A positive number will make the sound effect have more effect, while a negative number will make it smaller.
changesoundeffect()
Function Definition: changesoundeffect(effect_name = "PITCH", effect_value = 10)
- Python Library: Sound
- Library Import: sprite = Sprite("Sprite-Name")
- Mode: Stage Mode
Parameters
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
effect_name | string | The effect name. | "PITCH" or "PAN" | "PITCH" |
effect_value | int | The effect value. | Integer | 10 |
Description
Example
There are no examples documented for this article.