Hi there,
I'm using KRPano for quite a while now and don't understand what i do wrong at this point:
|
Source code
|
1
|
<action name="test">ifnot(get(xml.scene) == fitness, trace(get(xml.scene)); );</action>
|
Elsewhere i have a plugin with the function:
|
Source code
|
1
|
onclick="test();"
|
The output is:
|
Source code
|
1
|
INFO: fitness
|
This should be impossible because if the outcome of get(xml.scene) would be 'fitness' it should not give me that trace, right? What i am doing wrong?