home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Magazine 2003 July
/
INTERNET105.ISO
/
pc
/
software
/
windows
/
multimed
/
winamp
/
winamp3_0-full.exe
/
Skins
/
Default.wal
/
scripts
/
center.m
next >
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-07-03
|
345 b
|
17 lines
#include <lib/std.mi>
Global GuiObject obj;
Global Group parentGroup;
System.onScriptLoaded() {
parentGroup = getScriptGroup();
obj = parentGroup.getObject(getParam());
}
parentGroup.onResize(int x, int y, int w, int h) {
int _w = obj.getWidth();
int _h = obj.getHeight();
obj.resize((w-_w)/2, (h-_h)/2, _w, _h);
}