Quick AS question... please give me a hand

i don’t know why this code doesn’t work. it should… what is wrong with my conditional statement? i’m not seeing it! please help me before i go insane!\r\r\rsb = “{textSub2a}”;\rtrace(sb); //outputs the correct string\rtrace(sb == “”); //outputs ‘false’\rif (sb == “”) \r{\r&nbsp &nbsp &nbsp &nbsp trace(“invisible!”); //no output\r&nbsp &nbsp &nbsp &nbsp subBullet1bw1._visible = false;\r&nbsp &nbsp &nbsp &nbsp subBullet1c._visible = false;\r&nbsp &nbsp &nbsp &nbsp subBullet1bw2._visible = false;\r}\relse \r{\r&nbsp &nbsp &nbsp &nbsp trace(“visible!”); //no output\r}\rtrace(“still running”); //no output

Here’s the output I got with that code :

 {textSub2a}\r\rfalse\r\rvisible!\r\rstill running

Isn’t that what you want ? I just pasted the code as the code of a movie clip, inside an onClipEvent (enterFrame) handler. Where did you put your code ?\r\rpom 0]