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

  1. on(release){
  2.    _root.in_matka = true;
  3.    _root.matka = false;
  4.    setProperty("_root.inv_matka", _alpha, "100");
  5.    _root.in_money = true;
  6.    _root.money = false;
  7.    setProperty("_root.inv_money", _alpha, "100");
  8.    _root.in_pila = true;
  9.    _root.pila = false;
  10.    setProperty("_root.inv_pila", _alpha, "100");
  11.    _root.in_taska = true;
  12.    _root.taska = false;
  13.    setProperty("_root.inv_taska", _alpha, "100");
  14.    tellTarget("_root.cur")
  15.    {
  16.       gotoAndStop(1);
  17.    }
  18. }
  19.