home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2005 September
/
maximum-cd-2005-09.iso
/
Data
/
Help.pcg
/
scripts
/
DefineSprite_39
/
frame_195
/
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
|
2002-01-09
|
266 b
|
17 lines
if(581 >= _parent._xmouse)
{
this._X = _parent._xmouse + 115;
}
else
{
this._X = _parent._xmouse + 115 - (_parent._xmouse - 581);
}
if(496.95 >= _parent._ymouse)
{
this._y = _parent._ymouse + 25;
}
else
{
this._y = _parent._ymouse - 8;
}