I loaded a variabel from a URL with HTTP.
It can be displayed in a dynamic text field,
but when I execute this script nothings happens.
loadVariablesNum ("tos_scores.php?method=output", 0);
// 'row_punkte3' = var correctly loaded , above a value of 0
WORSTSCORE = Number(row_punkte3);
if ( WORSTSCORE > 0 ) {
stop();
}
But it still plays...
It can be displayed in a dynamic text field,
but when I execute this script nothings happens.
loadVariablesNum ("tos_scores.php?method=output", 0);
// 'row_punkte3' = var correctly loaded , above a value of 0
WORSTSCORE = Number(row_punkte3);
if ( WORSTSCORE > 0 ) {
stop();
}
But it still plays...