Hi all.
Ok i have a dynamic txt zone named flTue0
and a mc named flTue0mc(i interact with ASP and i'm using 196 of them in my movie)
The problem is the first time it works great but then it won't???....
Thanks in advance
Have Fun...Sharky99 >:O>
Ok i have a dynamic txt zone named flTue0
and a mc named flTue0mc(i interact with ASP and i'm using 196 of them in my movie)
Code:
if (_root:flTue0 eq "") {
setProperty ("_root.flTue0mc", _visible, false);
} else {
setProperty ("_root.flTue0mc", _visible, true);
}
The problem is the first time it works great but then it won't???....
Thanks in advance
Have Fun...Sharky99 >:O>