// 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.correctEffectSpriteKey = "correctEffectSprite"; Genari.k.dialogBoxFrameImgKey = "dialogBoxFrameImg"; Genari.k.pauseBtnKey = "pauseBtn"; Genari.k.backgroundImgKey = "backgroundImg"; Genari.k.resumeBtnKey = "resumeBtn"; Genari.k.restartBtnKey = "restartBtn"; Genari.k.exitBtnKey = "exitBtn"; Genari.k.scoreReelSpriteKey = "scoreReelSprite"; Genari.k.endMusicKey = "endMusic"; Genari.k.openingSndKey = "openingSnd"; Genari.k.wrongComment3SndKey = "wrongComment3Snd"; Genari.k.selectSndKey = "selectSnd"; Genari.k.correctComment3SndKey = "correctComment3Snd"; Genari.k.wrongComment1SndKey = "wrongComment1Snd"; Genari.k.wrongComment2SndKey = "wrongComment2Snd"; Genari.k.correctComment1SndKey = "correctComment1Snd"; Genari.k.correctComment2SndKey = "correctComment2Snd"; Genari.k.backgroundMusicKey = "backgroundMusic"; Genari.k.deniedEffectSndKey = "deniedEffectSnd"; Genari.k.correctEffectSndKey = "correctEffectSnd"; Genari.k.wrongEffectSndKey = "wrongEffectSnd"; Genari.k.hintFrameImgKey = "hintFrameImg"; Genari.k.replayBtnKey = "replayBtn"; Genari.k.wrongEffectSpriteKey = "wrongEffectSprite"; Genari.k.answerCoordinateAttKey = "answerCoordinateAtt"; Genari.k.coordinateAttKey = "coordinateAtt"; Genari.k.hintFrameScaleAttKey = "hintFrameScaleAtt"; Genari.k.replayBtnScaleAttKey = "replayBtnScaleAtt"; Genari.k.answerScaleAttKey = "answerScaleAtt"; };