on (rollOver, dragOver) {
tellTarget ("left") {
gotoAndPlay("open");
}
tellTarget ("rite") {
gotoAndPlay("open");
}
tellTarget ("light") {
gotoAndPlay("play");
}
tellTarget ("light2") {
gotoAndPlay("play");
}
}
on (releaseOutside, rollOut, dragOut) {
tellTarget ("left") {
gotoAndPlay("close");
}
tellTarget ("rite") {
gotoAndPlay("close");
}
tellTarget ("light") {
gotoAndPlay("stop");
}
tellTarget ("light2") {
gotoAndPlay("stop");
}
}
me pueden ayudar porfavor....
