Click here to Skip to main content
15,884,099 members
Articles / Web Development / HTML

DeeHtml with sound

Rate me:
Please Sign up or sign in to vote.
2.20/5 (5 votes)
25 Sep 2007CPOL 19.8K   123   6  
Adding sound effects to the DeeHtml game.
  • deehtml_sound.zip
    • deehtml
      • engine
      • Game START.htm
      • img
        • 0.gif
        • 1.gif
        • -1.gif
        • 1up.gif
        • 2.gif
        • -2.gif
        • 3.gif
        • -3.gif
        • bird1_m.gif
        • cannon_ball1.gif
        • cannon1_up.gif
        • castle_knoll1.gif
        • cloud1.gif
        • cloud2.gif
        • coin1.gif
        • coinctr_logotop.gif
        • cube_sand1.gif
        • cube2.gif
        • cube3.gif
        • cube4.gif
        • egg1.gif
        • elevator_castle.gif
        • elevator_l1.gif
        • elevator_l2.gif
        • elevator_m1.gif
        • elevator_m2.gif
        • elevator_r1.gif
        • elevator_r2.gif
        • elevator_sand1.gif
        • fish_l1.gif
        • fish_r1.gif
        • fish2_l1.gif
        • fish2_r1.gif
        • goal1.gif
        • grass_knoll1.gif
        • grass_knoll2.gif
        • grass_knoll3.gif
        • hill_lu1.gif
        • hill_lu2.gif
        • hill_ru1.gif
        • hill_ru2.gif
        • hill2_lu1.gif
        • hill2_lu2.gif
        • hill2_ru1.gif
        • hill2_ru2.gif
        • hill3_lu1.gif
        • hill3_lu2.gif
        • hill3_ru1.gif
        • hill3_ru2.gif
        • lava1.gif
        • leaf1.gif
        • leaf2.gif
        • level.gif
        • livesctr_logotop.gif
        • restart_point_OFF.gif
        • restart_point_ON.gif
        • rock1.gif
        • rock1_top.gif
        • sky1.gif
        • sky2.gif
        • sky3.gif
        • sky4.gif
        • smug1.gif
        • smug1_hit.gif
        • smug2_down.gif
        • smug2_up.gif
        • smug3.gif
        • smug3_hit.gif
        • smug4.gif
        • smug4_hit.gif
        • splash1.gif
        • spring_down.gif
        • spring_up.gif
        • timectr_logotop.gif
        • water1.gif
        • x.gif
      • Level Editor.htm
      • levels
      • readme_1_4.txt
 body {border:0px solid;  margin-top: 0px; margin-left: 0px; margin-right: 0px; background:none; }
img{border:0px;}
.Grass1Tbl{border:0px solid red;border-collapse: collapse;z-index:1; position:absolute;  padding:0; border-right:solid 1px black;border-left:solid 1px black;}
.Hill1Tbl{border:0px solid;border-collapse: collapse;z-index:2; position:absolute;}
.big_cube2Tbl{border:0px solid black;border-collapse: collapse;z-index:1; position:absolute;  padding: 0; table-layout:fixed; cell-padding:0; cell-spacing:0;}
.Cube1Tbl{border:0px solid;border-collapse: collapse;z-index:1; position:absolute;} 
.River1Tbl{border:0px solid;border-collapse: collapse;z-index:0; position:absolute;} 
.Elevator1Tbl{border:0px solid black;border-collapse: collapse;z-index:1; position:absolute; padding:0;}
.Projectile1Tbl{border:0px solid black;border-collapse: collapse;z-index:1; position:absolute; }
.Platform_board1Tbl{border-collapse: collapse;z-index:1; position:absolute;  border-right:solid 1px black;border-left:solid 1px black;}
.txt2{font-family:Verdana,Arial; font-size:8pt; align:left; height:22px; width:40px; border:1px solid #7F9DB9;}
.tx{cursor:pointer;cursor:hand;font-family:Tahoma, Arial; font-size:8pt; align:left; height:22px; background-color:#D6D3CE; border: 1px solid #808080; text-valign:center;}
.V{z-index:2; border:1px solid;cursor:pointer;cursor:hand;}
.sidebar_td{cursor:pointer;cursor:hand;z-index:1; font-family: Tahoma,Arial; font-size: 8pt; font-weight:normal;  text-align:center; }
.propBox{z-index:1;border-collapse: collapse; font-family: Tahoma,Arial; font-size: 8pt; font-weight:normal; color:black; text-align:left; border:2px groove; height:246; width:210; table-layout:fixed; overflow-y:auto;}
.proptext{font-weight:bold; height:15px; background-color:#D6D3CE; border: 0px solid;  font-family: Tahoma,Arial; font-size: 8pt;color:black;}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Germany Germany
Florian works as consultant for change- and configuration management for about 7 years. In this environment he is often forced to work with unix, perl and shell scripts.

For more information about change- and configuration management (espacially Serena Dimensions) visit: www.venco.de

For video tutorials about asp.net, ajax, gridviews, ... (in german) visit: www.siore.com

Comments and Discussions