I want to know if one sprite is facing in the direction of another sprite. There is no predicate version of the (point towards _____) block, so how could I detect it?
I want to know if one sprite is facing in the direction of another sprite. There is no predicate version of the (point towards _____) block, so how could I detect it?
Depending on why you want this, you may decide you want to know if this sprite is pointing roughly toward the other one, i.e.,
Thanks so much!