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

Points the current sprite towards the specified sprite.
.pointTowardsSprite(s)
| Name | Data Type | Description |
|---|---|---|
| s | Sprite | the sprite to point towards |
void