Hi, I just want to say, what a great site and forum you guys have here. I appreciate all the nice tutorials and I just want to say thank you for making a flash easier to use!
Well anyways, I have this problem in this tutorial: http://www.kirupa.com/developer/mx/components.htm
It says:
part VI:
The push buttons
So we have a submit button and a reset button. You’ll need to change their labels first, then give them the instance names submit and reset and finally change their Click Handlers into onSubmit and onReset (in the Properties panel). We will have to implement both functions, but now that we have seen how everything works, it won’t be too difficult.
Now, in my Flash MX 2004, I don’t even have anything in my properties that has the option CLICK Handlers.
Where is the click handler?