$ is a valid character in ActionScript variable / function names; the language does not process variable names starting with $ any special way.
Specific API developers can follow the convention to run all private / internal variables using $ - or they are from a language such as PHP, where all variable names must start with $
source share