Read the global variable in actionscript 2.0
Posted
by Rizki
on Stack Overflow
See other posts from Stack Overflow
or by Rizki
Published on 2010-06-02T04:49:27Z
Indexed on
2010/06/02
4:53 UTC
Read the original article
Hit count: 180
actionscript-2
how i suppose to do to read global variable in actionscript 2.0?
i've declared _global.MyVar="dummyContent";
may i write MyVar="anotherContent";
?
or it should _global.MyVar="anotherContent"?
© Stack Overflow or respective owner