Hi all does anyone know how to use the or statement?
For example:
//Dusk
if (TimeOfDay>=17<=20) {
_root.greeting = "Dusk";
}
This does not work correctly, but I tried using the or and that too does not work? Any ideas
Hi all does anyone know how to use the or statement?
For example:
//Dusk
if (TimeOfDay>=17<=20) {
_root.greeting = "Dusk";
}
This does not work correctly, but I tried using the or and that too does not work? Any ideas
:: Copyright KIRUPA 2024 //--