home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / alex_trax.swf / scripts / DefineButton2_190 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-10-01  |  143 b   |  5 lines

  1. on(release){
  2.    getURL(_global.config.urlHighscoresView,_global.config.urlHighscoresViewTarget);
  3.    _global.snd.playEvent("sndClick",1);
  4. }
  5.