Scratch for Java

Sprite::pointTowardsSprite()

Points the current sprite towards the specified sprite.

Syntax

Java

.pointTowardsSprite(s)

Parameters

Name Data Type Description
s Sprite the sprite to point towards

Return

void

pointTowardsSprite()