User prompt
Fix Bug: 'Uncaught ReferenceError: Bell is not defined' in this line: 'var bell = isSpecialBell ? foreground.addChild(new SpecialBell(nextScore)) : foreground.addChild(new Bell(nextScore));' Line Number: 178
User prompt
When player touches special bell they will get more points and jump 3 times higher than normal
User prompt
Special bells will spwan randomly betweem bells
User prompt
Create a new class for a specialbell.
User prompt
Remove anowflake
User prompt
Snowflake should not rotate
Remix started
Copy Dreams of Winterbells
===================================================================
--- original.js
+++ change.js
@@ -1,4 +1,12 @@
+var Bell = Container.expand(function (score) {
+ var self = Container.call(this);
+ self.score = score;
+ var bellGraphics = self.createAsset('bell', 'Bell Graphic', .5, .5);
+ self.move = function () {
+ self.y += self.parent.parent.bellSpeed;
+ };
+});
var ScoreText = Container.expand(function (score, x, y) {
var self = Container.call(this);
self.x = x;
self.y = y;
Cute cartoon monkey jumping. Looking front. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Palmtrees line. Cartoon. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Sunrise, dawn, looking up. Cartoon style. Above clouds Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Jungle Scenic view. Open in the top Cartoon. Black background. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Simple rain drop. Blue. Cartoon. Black background. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Cartoon banana. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
jungle background. Big green mount in the back. Cartoon. In game asset. No shadaw. High contrast. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.