Still learning
This is my code
if (mp1._y != 555) {
new Tween(mp1, "_y", Strong.easeOut, 650, 555, .5, true);
how/where can I ad a second condition like
mp1._alpha!=100)
to that same statment before that tween plays
Thanks for your help
Still learning
This is my code
if (mp1._y != 555) {
new Tween(mp1, "_y", Strong.easeOut, 650, 555, .5, true);
how/where can I ad a second condition like
mp1._alpha!=100)
to that same statment before that tween plays
Thanks for your help
:: Copyright KIRUPA 2024 //--