Block smasher created by Benjamin8796
Category: Arcade
Current rating
Added: 21 January 2010
Created by: Benjamin8796
Version: 1
Game description: smash blocks and if you hit the blue block you go to the next level
Reviews
-
Overall Score
-
Graphics
-
Sound
-
Gameplay
-
Story
-
Interface
This Game Has No Reviews.
More Games By This Creator
Page 1/5
















Lumin said over 2 years ago
Try putting this code for the ball in collision with bat event:
vspeed = -8;
hspeed = x-other.x/8;
Just copypaste if you like. Oh.. For what it does.. Just see, it should be the most realistic for the bouncing. As far as i know even most commercial games use it.
And if it just bounces to right and never left check the sprites origin is in centre.
:)