Web Teacher, Web Teacher, ActionScript Teacher
Posted by Aditya Dutta | | Posted On Tuesday, September 22, 2009 at 7:55 PM
Working with ActionScript Methods and Functions
Now that you know all about creating variables in ActionScript, you probably want to start actually doing something with them. This is where methods and function come in ActionScript. function are reusable block of code that can be defined in your own classes and are frequently used throughout the ActionScript 3.0 API. Flash Teacher & web Teacher
If there’s one thing to remember BOUT ActionScript it’s that every variable and part of a class an object. Functions are no exception. While it might be strange to imagine, function are instance of the function class and contain their own methods and properties. In this chapter, we talk about how function can be used as objects.