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

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