class Application extends MovieClip{ function Application(){ trace('Application constructor called on '+this) } function myMethod(){ trace('myMethod called on '+this) } }