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

  1. on(release){
  2.    nextFrame();
  3.    tellTarget("_root.hero.heroint.hhead")
  4.    {
  5.       stop();
  6.    }
  7.    tellTarget("_root.barmahead")
  8.    {
  9.       play();
  10.    }
  11.    tellTarget("_root.barmahand")
  12.    {
  13.       play();
  14.    }
  15. }
  16.