Sprite::goToSprite()
Moves this sprite to the position of the specified sprite.
Syntax
Java
.goToSprite(sprite)
Parameters
| Name | Data Type | Description |
|---|---|---|
| sprite | Sprite | the sprite to move to |
Return
void

Moves this sprite to the position of the specified sprite.
.goToSprite(sprite)
| Name | Data Type | Description |
|---|---|---|
| sprite | Sprite | the sprite to move to |
void