ActionScript 3.0 Function.apply

04:37 AS3 FLA 9

"A function is the basic unit of code that can be invoked in ActionScript. Both user-defined and built-in functions in ActionScript are represented by Function objects, which are instances of the Function class."

Before we jump into working with apply its importent to understand a few key concepts

  • What is an Object
  • Functions
  • Functions vs. Methods
  • Scope.

If you know all these elements of code then you are ready to learn how to work with apply. sit back and enjoy a very quick video that showcases the basics of using apply in a real case senario