00:00
00:00
bryanmakesgames

Filters may affect review visibility.

Recent Movie Reviews

2 Movie Reviews

Classic Newgrounds material...

Awesome!

ElysianAnimation responds:

thanks bryan!

Recent Game Reviews

5 Game Reviews

This is AWESOME! Good work!

Klender responds:

gracias pero todavia esta en face beta

Sorry, but Newgrounds requires window.event handling javascript so that the page does not scroll when you press keys like the down or up keys or the spacebar. Therefore your game is unusable. Also please change the music. You may want to use Aseprite to make your graphics.

I'm sure you put a lot of effort into this, but you can do better. keep making games!

Add the following code inside your index.html in a script tag

var keys = {};
window.addEventListener("keydown",
function(e){
keys[e.keyCode] = true;
switch(e.keyCode){
case 37: case 39: case 38: case 40: // Arrow keys
case 32: e.preventDefault(); break; // Space
default: break; // do not block other keys
}
},
false);
window.addEventListener('keyup',
function(e){
keys[e.keyCode] = false;
},
false);

Holy shxt! Don't you think I've tried this before I typed a single letter in my comment?
I only bothered to point out this problem and give you the solution because I went through the very same thing when I published my own game here. Next time I won't even bother.

DARKBLUESHADOWPRODUC responds:

Brother
Game is working fine
I was able to pass through all level
Please exactly elaborate problem
Would work on it
Read note in the description
Maybe you have clicked outside game screen hence keyboard control got deactivated
Will you give a try to following method
Movement controls gets disabled click with module on player and control gets reactivated
Page only gets scrolled when while playing game we clicked outside game screen
So click inside gaming screen on player and then page won't scroll down
It worked for me
And I think it's on all games available here
Movement you click outside game screen controls gets deactivated and then pressing keys scroll page only
So try to click on game screen and please tell me results
brother you misunderstood me
i was actually asking for problem as i actually didnt understand you at first
i am sorry if i sounded rude
check inbox

Interesting and challenging game. Work needed on the sprites though. Keep going!

SlashmanMonster responds:

its my first game

Joined on 6/6/18

Level:
5
Exp Points:
237 / 280
Exp Rank:
> 100,000
Vote Power:
4.35 votes
Rank:
Civilian
Global Rank:
> 100,000
Blams:
4
Saves:
14
B/P Bonus:
0%
Whistle:
Normal
Medals:
5