home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / dukeybath.swf / scripts / DefineSprite_20_helpWin_mc / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  175 b   |  12 lines

  1. this.open = function()
  2. {
  3.    this._x = 300;
  4.    this._y = 200;
  5.    trace("Showing Help window");
  6. };
  7. this.close = function()
  8. {
  9.    this._x = -500;
  10.    this._y = -500;
  11. };
  12.