home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / game / cat.swf / scripts / DefineButton2_477 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-03-01  |  215 b   |  10 lines

  1. on(release){
  2.    if(0 < _root.pausem.fuyuanqiangy)
  3.    {
  4.       _root.fuyuanqiangqiang = true;
  5.       _root.pausem.fuyuanqiangy--;
  6.       _root.texiao.gotoAndStop(4);
  7.       _root.pausem._visible = false;
  8.    }
  9. }
  10.