Alright, I’ve looked online at a bunch of different collision tutorials but they don’t explain what I’m looking for. I want object A to hit object B and then execute a function via to a Event listener. Can someone explain and PLEASE provide some source code? Thanks!
Alright, I’ve looked online at a bunch of different collision tutorials but they don’t
Share
There is no Hit Event or such thing in AS. What you can do is to listen to an Enter Frame Event and check the collision.
For e.g.:
Rob