User prompt
the monkey is to start at the floor
User prompt
the monkey should not auto move up
User prompt
the game should scroll up ward
User prompt
monkey should be able to stand on platforms when jumping on
User prompt
Fix Bug: 'ReferenceError: blueBananas is not defined' in this line: 'for (var i = 0; i < blueBananas.length; i++) {' Line Number: 177
User prompt
remove the falling bananas
User prompt
the screen should scroll upward
User prompt
they are to move at the same time to give a game scrolled effect
User prompt
the platforms and bananes move down as the monkey moves up
User prompt
stop
User prompt
they move down as monkey moves up
User prompt
they should move down as the monkey moves up
User prompt
platforms move down as monkey moves up ward creating a scrolling effect
User prompt
Fix Bug: 'Uncaught ReferenceError: monkey is not defined' in this line: 'this.velocityY = monkey.gravity;' Line Number: 46
User prompt
the screen should not scrool but the platfroms and banans should scrool down ward
User prompt
the platforms should not fall the screen should scroll upward
User prompt
stop it
User prompt
platforms falling down
User prompt
the screen should scroll upward
User prompt
increase monkey jump a little
User prompt
cut monkey jump in half
User prompt
monkey can stand on platforms
User prompt
remove falling bananas
User prompt
flip monkey direction rotation
User prompt
the monkey is not to fall off platforms
===================================================================
--- original.js
+++ change.js
@@ -123,9 +123,9 @@
LK.clearInterval(self.countdownTimer);
}
}, 1000);
monkey.x = 500;
- monkey.y = 2732 - monkey.height - 200;
+ monkey.y = 2732 - monkey.height - floor.height;
var leftClickCount = 0;
leftButton.on('down', function () {
this.moveLeft = true;
this.y -= 10;
@@ -161,8 +161,9 @@
if (rightButton.moveRight) {
monkey.move('right');
}
monkey.velocityY += monkey.gravity;
+ monkey.y -= monkey.velocityY + 5;
if (monkey.y < 0) {
monkey.y = 0;
monkey.velocityY = 0;
monkey.jumpCount = 0;
Yellow circle button unreal engine 5 Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
green circle button unreal engine 5 Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
2d single log laying long ways on side with vines seen from side unreal engine 5 Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
2d jungle canopy background side scroller unreal engine 5 Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows No ground
Monkey full body animation unreal engine seen from the side very cute In-Game asset. 3d. Blank background. High contrast. No shadows
jungle floor dirt 2d unreal engine seen from the side In-Game asset. 3d. Blank background. High contrast. No shadows
yellow banana unreal engine 5 Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
blue banana unreal engine 5 Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.