You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Prototypes and Inheritance Adobe Flash / ActionScript
When you create a function you also create a 'prototype' of the function. Even if the prototype is not defined explicitly it exists as a 'template' for the function and any new instances of that function.