home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / megaman_rpg.swf / scripts / frame_337 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  173 b   |  14 lines

  1. stop();
  2. tellTarget("/bar/bombbutton")
  3. {
  4.    nextFrame();
  5. }
  6. tellTarget("/boss/bombselect")
  7. {
  8.    nextFrame();
  9. }
  10. tellTarget("/boss/wilyselect")
  11. {
  12.    nextFrame();
  13. }
  14.