Skip to content

Commit

Permalink
+"SURVIVOR" demo
Browse files Browse the repository at this point in the history
  • Loading branch information
scottschiller committed Jun 11, 2012
1 parent 5c82d5c commit cd192ff
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
Binary file added demo/_image/survivor-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion demo/index-rollup.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/index-rollup.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions demo/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2713,16 +2713,20 @@ div.icons ul li.package {
.bonus-demos li {
float: left;
display: inline;
width: 48%;
margin-right: 2%;
width: 32%;
margin-right: 1%;
text-align: center;
}

.bonus-demo a,
.bonus-demos li a {
opacity: 0.85;
-moz-transition: 0.2s opacity ease-in-out;
-webkit-transition: 0.2s opacity ease-in-out;
-moz-transition: 0.1s opacity ease-in-out;
-webkit-transition: 0.1s opacity ease-in-out;
}

.bonus-demos li img {
border-radius: 4px;
}

.bonus-demo a:hover,
Expand Down
14 changes: 9 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -430,20 +430,24 @@ <h4>Advanced <b>prototypes</b></h4>
<h3>Bonus</h3>
<h4>Additional <b>demos</b></h4>

<h4>MPC (sampler/drum machine) + Smashable Christmas Lights</h4>
<h4>Arcade game remake / drum machine / smashable christmas lights</h4>

<p>
Examples showing multi-track playback, progress and combining sound with animation:
Examples showing multi-track playback, progress and combinations of sound and animation:
</p>

<ul class="bonus-demos">

<li>
<a href="demo/mpc/" style="display:inline-block" title="MPC (sampler/drum machine) demo"><img src="demo/_image/mpc-screenshot.png" alt="MPC (drum machine) demo screenshot" style="display:block;width:100%;max-width:300px" /></a>
<a href="http://www.schillmania.com/survivor/" style="display:inline-block" title="SURVIVOR (1982 Commodore 64 game remake)"><img src="demo/_image/survivor-screenshot.png" alt="SURVIVOR (C64 game remake) demo screenshot" style="display:block;width:100%;max-width:200px" /></a>
</li>

<li>
<a href="demo/christmas-lights/" style="display:inline-block" title="Smashable Christmas Lights demo"><img src="demo/_image/christmas-lights.jpg" alt="Smash Christmas Lights demo" style="display:block;width:100%;max-width:260px;border-radius:7px" /></a>
<a href="demo/mpc/" style="display:inline-block" title="MPC (sampler/drum machine) demo"><img src="demo/_image/mpc-screenshot.png" alt="MPC (drum machine) demo screenshot" style="display:block;width:100%;max-width:200px" /></a>
</li>

<li>
<a href="demo/christmas-lights/" style="display:inline-block" title="Smashable Christmas Lights demo"><img src="demo/_image/christmas-lights.jpg" alt="Smash Christmas Lights demo" style="display:block;width:100%;max-width:200px;border-radius:7px" /></a>
</li>

</ul>
Expand Down Expand Up @@ -651,7 +655,7 @@ <h4>Basic SoundManager 2 set-up</h4>
<pre class="block"><code>&lt;script src="soundmanager2.js"&gt;&lt;/script&gt;
&lt;script&gt;
soundManager.setup({
<span><span>// where to find flash SWFs, if needed...</span></span>
<span><span>// where to find flash SWFs, as needed</span></span>
url: '<span>/path/to/swf-files/</span>',
onready: function() {
<span><span>// SM2 is ready to play audio!</span></span>
Expand Down

0 comments on commit cd192ff

Please sign in to comment.