home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Esportes
/
CrossingCup.swf
/
scripts
/
__Packages
/
sandy
/
events
/
TransformEvent.as
< prev
Wrap
Text File
|
2007-12-11
|
396b
|
15 lines
class sandy.events.TransformEvent extends com.bourre.events.BasicEvent
{
static var onStartEVENT = new com.bourre.events.EventType("onStart");
static var onEndEVENT = new com.bourre.events.EventType("onEnd");
function TransformEvent(e, oT, type)
{
super(e,oT);
this._nType = type;
}
function geTransformType(Void)
{
return this._nType;
}
}