topical media & game development
game-javascript-casual-galaxy-defender-game.htm / htm
<!-- TWO STEPS TO INSTALL GALAXY DEFENDER II:
1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->
<HEAD>
</HEAD>
<!-- STEP TWO: Copy this code into the BODY of your HTML document -->
<BODY>
<!-- Original: Kimson Fajutag -->
<center>
<img src="images/logo.jpg" width="300" height="100">
<script language="javascript">
function playsound(){
document.write("<bgsound src='sounds/bgmenu.mid'>");
}
</script>
<br>
<font color="green" face="system">
Warning...this game is for age 18 and above only<br>
parental guidance is recommended
<br>
<br>
</font>
<input type="button" value="continue" onclick='open("menu.html","a","width=340,height=500")'>
<input type="button" value="close" onclick='window.close()'>
<center>
<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>
<!-- Script Size: 1.04 KB -->
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.