This isn’t a problem so much as it is an interest. In FlashDevelop (not entirely sure about the Flash IDE), when you write a public function like *drawRect *for a sprite, your parameters are the x, y, width and height. Basic Stuff. And Flash is courteous enough to provide a description for each of these parameters, such as the x - “x: A number indicating the horizontal position relative to the registration point of the parent display object (in pixels).”
So what I’m wondering is, do we have the ability to write our own description when we write our own functions?