I have a very simple block of code that for some reason I cannot get to work. I have several actors on the screen. When one actor collides with another actor the attached image file code gets called.
The "here" print statement works but the "Remove actor in region" print statement never gets called. I made the region as large as the entire scene for testing purposes and it still does not find any actors.
Can anyone figure out why the For each actor inside region loop isn't finding any actors?