home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / alex_trax.swf / scripts / DefineButton2_321 / BUTTONCONDACTION on(keyPress Up).as next >
Encoding:
Text File  |  2007-10-01  |  184 b   |  9 lines

  1. on(keyPress "<Up>"){
  2.    _root.map.level0pop._visible = false;
  3.    if(_root.mapId < _global.game.maxLevel)
  4.    {
  5.       _root.mapId = _root.mapId + 1;
  6.    }
  7.    _root.mapRedraw();
  8. }
  9.