Sprite::pointTowardsSprite()
Points the current sprite towards the specified sprite.
Examples
Syntax
Java
.pointTowardsSprite(s)
Scratch
point towards [sprite v]
Parameters
| Name | Data Type | Description |
|---|---|---|
| s | Sprite | the sprite to point towards |
Return
void