home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / boxe1.swf / scripts / frame_859 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  138 b   |  11 lines

  1. tellTarget("/bot")
  2. {
  3.    gotoAndStop("dance");
  4.    play();
  5.    tellTarget("/p")
  6.    {
  7.       gotoAndStop("ko");
  8.       play();
  9.    }
  10. }
  11.