Usage
import com.newgrounds.API; API.addEventListener(event:String, listener:Function[, target:*]);
- event - The event name to check. This should be one of the constants in APIEvent.
- listener - The function that will run when the event is triggered.
- target - The object or movieclip that "this" should refer to from inside the listener function. (Actionscript 2.0 ONLY!!!)