Hi,
Is it possible to have every TextField instance run some custom code when they're created?
I tried this but it didn't output anything...
Any ideas?Code:TextField.prototype.TextField = function ()
{
trace("construct");
};
Cheers, CN
Printable View
Hi,
Is it possible to have every TextField instance run some custom code when they're created?
I tried this but it didn't output anything...
Any ideas?Code:TextField.prototype.TextField = function ()
{
trace("construct");
};
Cheers, CN