Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

/: keyword before a variable

Status
Not open for further replies.

jms8142

IS-IT--Management
Dec 3, 2001
16
US
anyone recognize using /: before a variable and what it denotes? I came across it in some code, perhaps its from actionscript 1.0.
 
It's Flash 4 syntax.

"/" then stood for and is the same as _root.
"/:" was used to refer to a variable, as
_root.my_variable = value;
is now used.
 
Thanks. I realized I should upgrade to actionscript 2.0.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top