home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / midnightstrike1.swf / scripts / DefineSprite_559 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-04-02  |  173 b   |  11 lines

  1. function eventGotoAndStop(self, partner, args)
  2. {
  3.    this.gotoAndStop(args[0]);
  4. }
  5. stop();
  6. if(inited)
  7. {
  8.    _global.snd.playEvent("box_breaks_3",1);
  9. }
  10. inited = true;
  11.