Scratch for Java

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

goToSprite()