home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / game / cat.swf / scripts / DefineButton2_434 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2003-03-01  |  202 b   |  9 lines

  1. on(release){
  2.    if(_root.pausem.money >= 4000)
  3.    {
  4.       _root.pausem.money -= 4000;
  5.       _root.pausem.shijianmeny = _root.pausem.shijianmeny + 1;
  6.       _root.pausem.jingzi.zui.play();
  7.    }
  8. }
  9.