Mid point of a circle and detect outside it
SingleSparq
Member Posts: 1,339
I have an actor (circle) and I want to detect another actor going outside that circle. What's the best way to accomplish this?
Comments
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Now a rule which says if self.distancefrom is greater than 360 (half the size of my circle) do something. Seems to work so far.