Don't know what's up, but the following if statement doesn't work...
both variables trace to be 5.
both values were loaded from an xml document and assigned variable names.



if(_root.c7parent == _root.c3id){
                     //do something
}

oddly, if I use the following code it works!!??? could this be some sort of data type problem?

if(_root.c7parent != _root.c3id){
                     //do something
}

Thanks in advance

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to