simon_hung ae1eb8a02c Bug Fixed for library SoundJS problem : (v: 2.01c)
please visit webpage: https://github.com/CreateJS/SoundJS/commit/70a812a564641e2f49b6edcb567efd75243b0e6c
Fixed Chrome issue with WebAudio only playing right channel

SoundJS code modified:
----------------------------------------------------------------
 		this.panNode = s.context.createPanner();
 		this.panNode.panningModel = s._panningModel;
 		this.panNode.connect(this.gainNode);
+		this._updatePan();  //failed to initialize the pan node correctly, this change resolves
----------------------------------------------------------------

TODO: currently only add "this._updatePan()"  to soundjs-0.6.0.min.js
      MUST update to the next SoundJS release (version should >= 0.6.2)
2015-09-06 00:26:38 +08:00
2015-07-02 13:51:06 +08:00

Lode Runner - Total Recall

(超級運動員 - 全面回憶)

This program build with Javascript + CreateJS.

* 3 GAME Mode & 1 DEMO Mode

(1) Challenge Mode Compete with other players.
(2) Training Mode Player can select any levels
(3) Edit Mode Player can create custom levels
(4) Demo Mode Demo passed levels

###* Include 5 Game Versions

(1) Classic Lode Runner (150 Levels) Difficulty: 3
(2) Professional Lode Runner (150 Levels) Difficulty: 4
(3) Revenge of Lode Runner (17 Levels) Difficulty: 4
(4) Lode Runner Fan Book (66 Levels) Difficulty: 5
(5) Championship Lode Runner (51 Levels) Difficulty: 5

* Provide 2 Theme

(1) APPLE-II
(2) Commodore 64

* 2 Keyboard control mode

(1) Repeat Actions On: Like APPLE-II keyboard behavior
(2) Repeat Actions Off: Like NES keyboard behavior

* PLAY

http://loderunnerwebgame.com/game/


S
Description
Aucune description fournie
Lisez-moi 10 MiB
Langue
JavaScript 80.1%
Stata 16.6%
C++ 2.9%
HTML 0.4%