User prompt
Have Coot start current position at gwme
User prompt
Have Coot start in this position at game start
User prompt
Add drag and drop to Coot
User prompt
Move Coot up 15%
User prompt
Move Coot to 10% from bottom
User prompt
Move Coot down 25%
User prompt
Move Coot down 25%
User prompt
Move Coot down 25%
User prompt
Move Coot down another 5%
User prompt
Move coot start position down 15%
User prompt
Remove obstacle from game
User prompt
Bring the background to a layer that is visible.
User prompt
Please fix the bug: 'Script error.' in or related to this line: 'game.backgroundImage.x = 2048 / 2;' Line Number: 68
User prompt
Please fix the bug: 'Script error.' in or related to this line: 'game.background.x = 2048 / 2;' Line Number: 68
User prompt
Please fix the bug: 'Script error.' in or related to this line: 'game.backgroundImage.x = 2048 / 2;' Line Number: 68
User prompt
I can’t see the background
User prompt
Make background visible
User prompt
Rename asset Foreground as Background
User prompt
Set asset Foreground as background imahe
Initial prompt
Coot Run
/**** * Classes ****/ // Assets will be automatically created and loaded by the LK engine based on their usage in the code. // Example assets: 'coot', 'obstacle', 'background' // Class for the main character, the American coot var Coot = Container.expand(function () { var self = Container.call(this); var cootGraphics = self.attachAsset('coot', { anchorX: 0.5, anchorY: 0.5 }); self.speed = 5; self.jumpHeight = 150; self.isJumping = false; self.update = function () { if (self.isJumping) { self.y -= self.speed; if (self.y <= 2732 / 2 - self.jumpHeight) { self.isJumping = false; } } else if (self.y < 2732 / 2) { self.y += self.speed; } }; self.down = function (x, y, obj) { self.isDragging = true; }; self.up = function (x, y, obj) { self.isDragging = false; }; self.move = function (x, y, obj) { if (self.isDragging) { self.x = x; self.y = y; } }; }); /**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 }); /**** * Game Code ****/ var background = game.addChild(LK.getAsset('Background', { anchorX: 0.5, anchorY: 0.5, x: 2048 / 2, y: 2732 / 2, scaleX: 2048 / 2500, scaleY: 2732 / 2500 })); // Initialize game variables var coot = game.addChild(new Coot()); coot.x = game.width / 2; coot.y = game.height / 2; var score = 0; var scoreTxt = new Text2('0', { size: 100, fill: "#ffffff" }); scoreTxt.anchor.set(0.5, 0); LK.gui.top.addChild(scoreTxt); // Handle game updates game.update = function () { coot.update(); if (LK.ticks % 60 == 0) { score++; scoreTxt.setText(score); } }; // Handle touch events for jumping game.down = function (x, y, obj) { coot.down(x, y, obj); }; game.up = function (x, y, obj) { coot.up(x, y, obj); }; game.move = function (x, y, obj) { coot.move(x, y, obj); };
===================================================================
--- original.js
+++ change.js
@@ -56,10 +56,10 @@
scaleY: 2732 / 2500
}));
// Initialize game variables
var coot = game.addChild(new Coot());
-coot.x = 2048 / 2;
-coot.y = 2732 / 2;
+coot.x = game.width / 2;
+coot.y = game.height / 2;
var score = 0;
var scoreTxt = new Text2('0', {
size: 100,
fill: "#ffffff"
American Coot sprite sheet. Running with wings up.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A beautiful blue sky background. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Grass and reeds foreground layer for endless runner. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
White water bubble. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A mallard floating on the water. Looking left. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A swimming salmon. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A single golden coin with the head of an American Coot on it.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
The sun. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Game icon for a video game called “Coot Run”. Show an American Coot with its wings up and its foot big in the foreground. Show the name of the game big in the center with the coots foot underneath.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A moon.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A starry sky background image. High resolution. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A fiery Phoenix with wings outspread.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A dark blue rectangle background with rounded edges to place text on top of for a menu.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
An owl with talons extended downwards and wings up. Looking down. Color Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A captain’s hat. Side profile. Cartoon. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows
A rainbow hat with a propeller on the top. Side profile. Cartoon.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows
A striped beanie. Side profile. Cartoon.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows
A white SVG with big bold letters, that says “Start”. A couple black feathers flying off the edge of the word. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows
A white SVG with big bold letters, that says “How to play”. A couple black feathers flying off the edge of the word. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows
A sombrero. Side profile. Cartoon.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows
A knights helmet. Side view. Cartoon.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows
A horned Viking cap. Side profile. Cartoon.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows
An astronauts helmet. Side profile. Cartoon.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows
A cowboy hat. Full side profile. Cartoon.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows
duck
Sound effect
eagle
Sound effect
fishsplash
Sound effect
jumpsound
Sound effect
dashsound
Sound effect
backgroundmusic
Music
coin
Sound effect
powerup
Sound effect
coothurt
Sound effect
owl
Sound effect
phoenix
Sound effect
alert
Sound effect
cootdive
Sound effect
whistle
Sound effect