The code speaks for itself

 // holy freaking christ
 // hack levels are currently off the charts
 public override function collidesRect(rect:Rect):Boolean {
 return true;
 }

That’s right. It ALWAYS collides with the other rect. NO MATTER WHAT.

This is legit code that is staying in my game.

Believe me, it’s better not to know.