User prompt
Please fix the bug: 'ReferenceError: Can't find variable: ducksFixed' in or related to this line: 'scoreText.setText('Ducks Fed: ' + ducksFixed + '/10');' Line Number: 254
Code edit (1 edits merged)
Please save this source code
User prompt
Duck Feeding Frenzy
Initial prompt
Toca duck feeding (2015). Today the powerpuff girls are feeding the ducks. They have 3 bags of seeds for the ducks. Place the duck seeds onto the ducks to feed 10 of them, before a big goose go “squawk squawk!” To scare them to scream with tears falling
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});