Point towards x () y ()

From PenguinMod Wiki (Official)
Revision as of 19:06, 23 July 2024 by MediansSC (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


The point towards x y is a stack block and a motion block that makes the sprite point towards a certain position.

Workaround

This block can be worked around by pointing towards a blank sprite at that position:

define point towards x: (xPos) y: (yPos)
as (blank sprite v) {
go to x: (xPos) y: (yPos)
}::control
point towards (blank sprite v)