can someone explain?

below is is the game im making (incomplete). basically the goal is to dodge all the falling balls. you got three lives (when you are hit a heart will disappears). problem is that before the player is hit he loses a life. can someone explaining wht i did wrong

If the game is HTML5, you can’t use custom collision masks, same problem here:
http://www.forum.compilgames.net/viewtopic.php?f=19&t=6115
victor suggests using extra sprite objects to simulate the collision masks :slight_smile:

YH i get it pixel perfect collision or object collision dont work on html5 ill just make an invisible object or suttin. ill work way arund it. it thanks i thought it was just me.

do you think it will change in the future?

Dunno really. Though other software for 2D making like C2 has pixel-perfect collision in HTML5 so it is possible. May be hard though.