summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorathomas <[email protected]>2003-06-28 19:08:10 +0000
committerathomas <[email protected]>2003-06-28 19:08:10 +0000
commitbd2ca5a623d79bc82c39010bef984c60902144ad (patch)
tree35a3f05765d109218406b55e4e5189c3cb93814e
parentf4df7f637bb7d42a51a207a6454008988ab3c95d (diff)
checking in Lesson 2
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@8 235fdd13-0e8c-4fed-b5ee-0a390d04b286
-rw-r--r--www/devmaster/lesson2.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/www/devmaster/lesson2.html b/www/devmaster/lesson2.html
index a03ec7d..a04b864 100644
--- a/www/devmaster/lesson2.html
+++ b/www/devmaster/lesson2.html
@@ -7,7 +7,17 @@
</head>
<body>
+<div align="center">
+<IMG SRC="http://games.dev.java.net/images/navbar.gif" WIDTH=454 HEIGHT=43 BORDER=0 ALT="" USEMAP="#navbar_Map"></div>
+<MAP NAME="navbar_Map">
+<AREA SHAPE="rect" ALT="Wiki" COORDS="340,0,386,43" HREF="http://wiki.java.net/bin/view/Games">
+<AREA SHAPE="rect" ALT="Weblogs" COORDS="286,0,339,43" HREF="http://weblogs.java.net/weblogs/project/games">
+<AREA SHAPE="rect" ALT="Forums" COORDS="216,0,285,43" HREF="http://games.dev.java.net/forums">
+<AREA SHAPE="rect" ALT="JavaGames Home" COORDS="91,0,215,43" HREF="http://community.java.net/games">
+<AREA SHAPE="rect" ALT="www.java.net" COORDS="1,1,91,44" HREF="http://www.java.net" TARGET="_self">
+</MAP>
+<br>
<table border="0" cellspacing="0" style="border-collapse: collapse" width="100%" cellpadding="0" id="AutoNumber1" height="12" bgcolor="#666699">
<tr>
<td width="47%" height="12"><b><font color="#FFFFFF">OpenAL Tutorials</font></b></td>
@@ -142,7 +152,7 @@ grows more distant. We do this by slowly incrementing the position by it's
velocity over time. The time is sampled by checking the system clock which gives
us a tick count. It shouldn't be necessary to change this, but if the audio clip
fades too fast you might want to change 100 to some higher number. </p>
-<p><a href="http://devmaster.net/tutorials/OpenAL/lesson2.zip">Download the Java
+<p><a href="lesson2.zip">Download the Java
Source and Ant Build file.</a></p>
<p align="right"><b> </b></p>
<table border="0" cellspacing="1" style="border-collapse: collapse" width="100%" id="AutoNumber2" bgcolor="#666699">