I'm making a racing game and I wanna track who reaches the goal first. I'm using
a MouseEvent.CLICK function on the character you control in the game and the character you race against have an built in .x += 10 ENTER_FRAME event. The problem is that hitTestObject only react if I'm clicking when the enemy passes the finishline.. Any ideas on how to fix this?