home *** CD-ROM | disk | FTP | other *** search
/ i·claim - visualizing argument / ICLAIM.ISO / pc / gloss.swf / scripts / DefineSprite_402 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-02-26  |  171 b   |  9 lines

  1. function gotoWord(w, ln, fr)
  2. {
  3.    this._parent.unsetWords(w);
  4.    _root.hil = w;
  5.    this._parent.azclip.gotoAndStop(ln);
  6.    this._parent.gotoAndStop(fr);
  7. }
  8. stop();
  9.