var fDesc=new Array(); fDesc[0] = "Star Ball 2.1.1.0 is a space brick-busting game, similar to Arkanoid or Ricochet.

You pilot a spaceship, that must bounce a ball to destroy bricks, in order to get the ancient artifact Star Ball.

As in thousands of similar games, you control the bat (or spaceship) with the right and left cursor movement keys. Every other action is done pressing the spacebar.

You have to manage to make the ball bounce against your bat, or the bricks, or the upper, right and left wall. If you lose the ball, it will fall to the bottom of the screen and you´ll lose a life.

The bricks you have to destroy have different features. Some can be destroyed with a single hit, some will need more hits. Some of them will release special features that can benefit or damage you, if you catch them with your spaceship. That way, you can have multiple balls, fire balls, you can slow down or speed up the balls, expand or shrink your spaceship, or even add to it lasers or missiles that will be triggered by pressing the spacebar, destroying the bricks.

Don´t worry about the falling rocks, they won´t damage your spaceship."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }