how to make button do multiple things at the same time. i.e
when button is pressed it animates object1 and object2
i have a buttons that opens a sliding door (code is:
on (release) {
control.gotoAndStop(2);
}
so it opens a door where sound control is and i want for the same button at the same time to open lets say another door somewhere in the same stage with a music tracks in there.
any suggestios
thanks