I did all the tutorials I could find. I tried every logical syntax I could imagine. It still don’t work.
Any super-advanced flash guru help you can give me will be greatly appreciated.
I want to create a component with a variable/parameter that is a method it calls when (clicked on for example).
In “Flash UI Components.fla” the they do this and I studied the code but cant get it to work. The Push Button one has a click handler, but the way it is actually called in the script is like this:
this.handlerObjthis.clickHandler;
That bracket/parenthesis thing is not working for me.
What does this mean??
I realize this is some complicated stuff. Thanks for any links or advice you can give me.