Sprite::changeTransparency()
Changes how see-through the sprite is by a step. A positive step fades it out, a negative one brings it back.
Examples
Syntax
Java
.changeTransparency(step)
Scratch
change [ghost v] effect by (step)
Parameters
| Name | Data Type | Description |
|---|---|---|
| step | double | a step value |
Return
void