To put this applet in your web page :

 

 

Yat

  1. Download the following file : Yat2.zip
  2. Unzip the file in a directory of your hard disk.
  3. Put the following code in your HTML page :
<applet code="Yat.class" width="360" height="330">
<param name="SND_GAMEOVER" value="audio/acGameOver.au">
<param name="SND_CHANGELEVEL" value="audio/acChangeLevel.au">
<param name="SND_LINECOMPLETE" value="audio/acPop.au">
Your browser isn't Java compatible !
</applet>

Parameters in detail :

width The width of the applet (and of the game).
height The height of the applet (and of the game).
snd_gameover The sound file which will be played on "game over".
Optional.
snd_changelevel The sound file that will be played on level change.
Optional.
snd_linecomplete The sound file that will be played when one or more lines are destroyed..
Optional.

Don't forget to put a link to the SelfAccess site on your page. Thanks :-)

Note : The sounds must be saved in Sun's .au format.

 Revenir à la page précédente