YpsiloN
10-26-2003, 05:25 PM
- volta.txt: -
&algus=kinnis
&keel=est
&textloaded=OK
- flash: -
loadVariables("volta.txt", _root)
testasi = "kinnis";
if(algus == testasi){
algusline = "20"
} else {
algusline = "30"
}
so why I dont get 20 ever? I have tried like 'kinnis', "kinnis", kinnis and all but it always sets algusline to 30 and never to 20?? WHY? what I am doing wrong? if I put
testasi = algus;
and then if (algus == testasi) then I get 20... but never when I try to set testasi by myself...
&algus=kinnis
&keel=est
&textloaded=OK
- flash: -
loadVariables("volta.txt", _root)
testasi = "kinnis";
if(algus == testasi){
algusline = "20"
} else {
algusline = "30"
}
so why I dont get 20 ever? I have tried like 'kinnis', "kinnis", kinnis and all but it always sets algusline to 30 and never to 20?? WHY? what I am doing wrong? if I put
testasi = algus;
and then if (algus == testasi) then I get 20... but never when I try to set testasi by myself...