flash - Is the "_" prefix reserved for MovieClip names? -


Is it "_" underscore prefix for its own movie clip names Is it possible to use? (AS2)

That is, can you name a created / enclosed movieclip "_feature" or "_bug"?

Typically it is reserved for internal properties such as _x or "_" prefix has no technical value - you can use it You can choose your movieclips, text fields or any other variable or method.

As a convention, it has started for "created" properties (such as _x , _visible , etc.), but they are v6 Or have stopped doing so around v7, do not use it after a lot of properties ( filter , transform for example). In addition, they use many underbars for internal names (they also believe that they believe in AS3), they do not want people to travel to people (like __proto __ ).

There was also a fairly comprehensive conference to prepack the property or methods of private traffic to $ , because they have no effect to declare them private I see a lot.


Comments