Hi and thanks for coming!
Now suppose I have this:
That works...Code:class MyClass extends Object var delegate<MyDelegate> MyCallBack; delegate MyDelegate(); function MyFunction() { `log("MyFunction called!"); } DefaultProperties { MyCallBack=MyFunction }
But is it possible to have MyFunction() declared in an other class instead of MyClass? How would "MyCallBack=MyFunction" be written instead?
Thanks a lot and don't hesitate to ask for clarifications!![]()




Reply With Quote

Bookmarks