In the conditions for sprite fonts there is no "Overlapping" . I need this because I need something to be triggered as soon as SpriteFont2 is overlapping SpriteFont1. Is there any other way to do this?
Put object in a family
I tried, but it made the family a Sprite Font Family, and so it still didnt work.
Develop games in your browser. Powerful, performant & highly capable.
It's most likely an oversight, but you can test if either one of the points of the bounding box of spritefont1 is in the spritefont2's bounding box and vice versa.
Like this : https://dl.dropboxusercontent.com/u/700 ... erlap.capx