I would like to know how to detect the collision of an image point with a sprite. I read that this event would be implemented (http://www.scirra.com/forum/suggestion-point-overlaps-Object-condition_topic69992.html) but I could not find it in the program. Is it possible to do this?
Develop games in your browser. Powerful, performant & highly capable.
Really easy, you pin an invisible sprite to the image point and then test for collisions on that sprite.
Hi — Great idea. I'll test it. Thanks.