home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / alex_trax.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  1.4 KB  |  10 lines

  1. com.neodelight.std.Blueprint.addBlueprint("score",{scoreTypes:[{totalAdd:true,id:"level"},{totalAdd:false,id:"totalScore"}]});
  2. com.neodelight.std.Blueprint.addBlueprint("game",{gameTitle:"Alex Traxx",gameName:"alextraxx",gameFlashVersion:7,gameLicenses:"neodelight,freeware",gameHighscores:true,gameHighscoresKey0:"S8fE7NMb",gameHighscoresKey1:"HBo8N0sb"});
  3. com.neodelight.std.Blueprint.addBlueprint("neodelight",{version:"neodelight",configNeedDomain:"neodelight.com",fullVersion:true,gameCredits:"You are free to redistribute, download and host the game as long as you don\'t make any changes to the game files and don\'t restrict the access to the game to paying users.\n\nVisit www.neodelight.com/webmaster for details and more free website content.",gameCopyright:"(c)neodelight 2007",gameCopyrightLink:"http://www.neodelight.com/?ref=alextraxx",urlHighscoresView:"http://www.neodelight.com/scores/alextraxx?ref=alextraxx",urlHighscoresViewTarget:"_top",urlMoreGames:"http://www.neodelight.com/?ref=alextraxx",urlMoreGamesTarget:"_top",gameScoreSubmit:function(score)
  4. {
  5.    trace("submit score: " + score);
  6.    _global.highscores.submit(score);
  7. }});
  8. com.neodelight.std.Blueprint.addBlueprint("freeware",{blueprint:"neodelight",configNeedDomain:"local,*",urlMoreGamesTarget:"_new",urlHighscoresViewTarget:"_new"});
  9. _global.config = com.neodelight.std.AutoConfig.getConfig({configs:com.neodelight.std.Blueprint.getBlueprint("game").gameLicenses});
  10.