home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / spinava historka / gCZ.swf / scripts / DefineButton2_272 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2004-10-08  |  278 b   |  14 lines

  1. on(release){
  2.    if(_root.in_money eq true)
  3.    {
  4.       tellTarget("_root.cur")
  5.       {
  6.          gotoAndStop(3);
  7.          _root.money = true;
  8.       }
  9.       setProperty("_root.inv_money", _alpha, "0");
  10.       _root.in_matka = false;
  11.       _root.in_pila = flase;
  12.    }
  13. }
  14.