var fDesc=new Array(); fDesc[0] = "Sky Fire 1.0 is a classic airplane shoot´em up game.

By flying your tiny airplane, you´ll have to destroy the enemy pilots at any cost.

The game shows you a top view of your plane and the coming enemies. You control your plane using the mouse. You can fire using the spacebar or your left mouse button.

The enemies will come in waves from the top of the screen, firing their weapons against you. They will have different shapes, power and speed. Neverthelesss, you have to destroy them all.

Sometimes, when destroyed, they will leave behind a power-up, that you have to catch in order to use. Some of them will improve your weapons (you will momentarily be able to shoot backwards, in every direction, with double fire, etc.), some of them will improve your health, or wealth, and the stars will give you an extra life.

You´ll need to avoid your enemies shoots, cause they will decrease your health till you lose a life.

From time to time, you will have to beat a big four engine airplane. The way to do that is firing against the engines one by one, till you destroy them all. Then, the airplane will fall."; 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 = ''; } }