home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
T-Online 6
/
T-Online.iso
/
Animation
/
content
/
intro
/
intro.swf
/
scripts
/
__Packages
/
components
/
ui
/
GenericUIComponent.as
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
|
2005-10-20
|
338 b
|
20 lines
class components.ui.GenericUIComponent extends MovieClip
{
var dataObj;
function GenericUIComponent()
{
super();
}
function moveTo(x, y)
{
this._x = x;
undefined;
this._y = y;
undefined;
}
function setDataProvider(dataObj)
{
this.dataObj = dataObj;
}
}