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

  1. on(release){
  2.    if(pila eq true)
  3.    {
  4.       tellTarget("_root.h")
  5.       {
  6.          gotoAndPlay(126);
  7.       }
  8.    }
  9. }
  10.