LiquidPixel
Programmer
Greetings,
I am trying to gain a broader understanding of the Flash class architecture by compiling a map of sorts. My question is where is the functionality of the class taking place. When I open a class from the Flash directory I get something like:
//****************************************************************************
// ActionScript Standard Library
// Mouse object
//****************************************************************************
intrinsic class Mouse
{
static function addListener(listener:Object):Void;
static function hide():Number;
static function removeListener(listener:Object):Boolean;
static function show():Number;
}
Basically definitions. Where are the bells and whistles for these methods. They have to DO something.
Any Help will be appreciated
Regards
P
I am trying to gain a broader understanding of the Flash class architecture by compiling a map of sorts. My question is where is the functionality of the class taking place. When I open a class from the Flash directory I get something like:
//****************************************************************************
// ActionScript Standard Library
// Mouse object
//****************************************************************************
intrinsic class Mouse
{
static function addListener(listener:Object):Void;
static function hide():Number;
static function removeListener(listener:Object):Boolean;
static function show():Number;
}
Basically definitions. Where are the bells and whistles for these methods. They have to DO something.
Any Help will be appreciated
Regards
P