Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

Flash ==> Variable Problem?

Sep 24, 2007 5:15PM PDT

i have a variable in my movie clip.
when i use trace inside the movie clip it shows the right value but when i use the trace in the root level it's value is undefined. For this issue I visit a site Web Design Company when I facing the problem, really it is helpful site for this issue because it is the professional site. But I need more sites for this issue? help me
i think it is a global variable because i didnt use var at the begining.
this is the script:
on (release){
_root.asd2.gotoAndStop (1);
asd = "windows";
trace (asd);
this.gotoAndStop(2);
Site Link: www.webdesigningcompany.net

Discussion is locked