// List of asset keys. This is called by the API to add all the asset keys for easy reference. loadAssetKeyNames = function(){ Genari.k.bannerImgKey = "bannerImg"; Genari.k.dialogBoxFrameImgKey = "dialogBoxFrameImg"; Genari.k.pauseBtnKey = "pauseBtn"; Genari.k.correctComment1SndKey = "correctComment1Snd"; Genari.k.correctComment2SndKey = "correctComment2Snd"; Genari.k.backgroundImgKey = "backgroundImg"; Genari.k.resumeBtnKey = "resumeBtn"; Genari.k.restartBtnKey = "restartBtn"; Genari.k.exitBtnKey = "exitBtn"; Genari.k.correctEffectSndKey = "correctEffectSnd"; Genari.k.wrongEffectSndKey = "wrongEffectSnd"; Genari.k.scoreReelSpriteKey = "scoreReelSprite"; Genari.k.endMusicKey = "endMusic"; Genari.k.openingSndKey = "openingSnd"; Genari.k.wrongComment2SndKey = "wrongComment2Snd"; Genari.k.wrongComment3SndKey = "wrongComment3Snd"; Genari.k.selectEffectSndKey = "selectEffectSnd"; Genari.k.backgroundMusicKey = "backgroundMusic"; Genari.k.correctComment3SndKey = "correctComment3Snd"; Genari.k.wrongComment1SndKey = "wrongComment1Snd"; Genari.k.answerSizeMultiplierAttKey = "answerSizeMultiplierAtt"; Genari.k.answerXposAttKey = "answerXposAtt"; Genari.k.answerImageIntervalAttKey = "answerImageIntervalAtt"; Genari.k.correctAnswerYposAttKey = "correctAnswerYposAtt"; Genari.k.incorrectAnswerYposAttKey = "incorrectAnswerYposAtt"; Genari.k.answerDropLocImgKey = "answerDropLocImg"; Genari.k.charSpriteKey = "charSprite"; Genari.k.ornamentImgKey = "ornamentImg"; Genari.k.answerHoldingAreaSpriteKey = "answerHoldingAreaSprite"; Genari.k.doneBtnKey = "doneBtn"; Genari.k.correctEffectSpriteKey = "correctEffectSprite"; Genari.k.wrongEffectSpriteKey = "wrongEffectSprite"; Genari.k.victoryEffectSndKey = "victoryEffectSnd"; Genari.k.victorySpriteKey = "victorySprite"; Genari.k.alertEffectSndKey = "alertEffectSnd"; };