Code edit (1 edits merged)
Please save this source code
User prompt
Please fix the bug: 'Uncaught TypeError: Cannot read properties of undefined (reading 'index')' in or related to this line: 'self.selectFriend(obj.parent.index);' Line Number: 152
Code edit (1 edits merged)
Please save this source code
User prompt
Quiz Master Challenge
Initial prompt
A quiz like game i will upload the background and the template you will place buttons on the template and depend on the situation you will close one photo and upload other photo imagine if there is 10 quesyions there will be 10 templates for each questions and there will be characters when get the question right happy character will appear when lost sad character appears when there is small time left excited character will appear depen on the situation and there will be jokers first joker makes random 2 wrong button disappear second joker is asking to the audience and accuracy of this joker is depending on the question first question has %99 accuracy of showing right choice and all choices has a name like a b c d second question has %94 accuracy getting lower %5 accuracy each question third joker is asking on the qhone if asking the right person player gets the right answer there will be 4 persons to ask, forth joker is giving you an extra try for example you give the wrong asnwer the answer you gave button disappears and you keep playing after the first wrong answer you keep playing just as the before joker and if the person gets the answer right after using the joker joker goes for nothing
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});