Stage::remove()
Remove a drawable for example a sprite to the stage
Examples
Syntax
Java
Scratch
remove (sprite)
Parameters
Name | Data Type | Description |
---|---|---|
sprite | Drawable | A reference to a drawable. For example a sprite. |
Return
void
Remove a drawable for example a sprite to the stage
remove (sprite)
Name | Data Type | Description |
---|---|---|
sprite | Drawable | A reference to a drawable. For example a sprite. |
void