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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Variable value?

Status
Not open for further replies.

NiteCrawlr

Programmer
Mar 16, 2001
140
BR
I have a flash movie where there is a variable called cont and it keeps changing value.
Is there any way I could wacth the value of this variable change?

Thanxs :)
 
Just add(in your code)--> trace(cont)



Have Fun...

Sharky99 >:):O>
 
another thing you can do is put a dynamic textbox in a visible part of your movie and name that "cont". it will change contents when the variable's value changes.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top