I’ve just seen a statement like this.
if (_root.map._width>"3000") {
_root.map.larger = 0;
}
Why 3000 put in quotes. Does it consider as a string on this expression? :hangover:
I’ve just seen a statement like this.
if (_root.map._width>"3000") {
_root.map.larger = 0;
}
Why 3000 put in quotes. Does it consider as a string on this expression? :hangover:
:: Copyright KIRUPA 2026 //--
``` ```