Hi
I have this script:
code:
on (release) {
with (this._parent.mc_wv) {
gotoAndStop(1);}
}
and i have many mcs in the same location that i want to do the same thing
can i use and "&&" (and) function?
I tryed this but not worked:
code:
on (release) {
with (this._parent.mc_wv) && (this._parent.mc_va) {
gotoAndStop(1);}
}
Thank you very much
Cya
