From: Sketch24 on
Hi I was wondering if someone have an idea how to make this work. I have 4
buttons in my flash movie.
btn1,btn2,btn3,btn4 (instance names)
in an external txt file I have variables.
&Etage1=on&
&Etage2=off&
&Etage3=off&
&Etage4=on&
&done=yes&
when I trace the variable it show me on or off but if I make an if statement
to disable btn1 if Etage1._visible = false;
nothing happen. Any Ideas... thanx.