home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
dukeybath.swf
/
scripts
/
DefineSprite_20_helpWin_mc
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-20
|
175 b
|
12 lines
this.open = function()
{
this._x = 300;
this._y = 200;
trace("Showing Help window");
};
this.close = function()
{
this._x = -500;
this._y = -500;
};