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

  1. on(release){
  2.    if(pila eq true)
  3.    {
  4.       tellTarget("_root.h")
  5.       {
  6.          gotoAndPlay(190);
  7.       }
  8.       setProperty("_root.inv_pila", _Y, "-300");
  9.       tellTarget("_root.cur")
  10.       {
  11.          gotoAndStop(1);
  12.       }
  13.       _root.pila = false;
  14.    }
  15. }
  16.