mi da errore with ma non so cosa vuole.
function window () {
for (i = 0; i < 4; i++) {
with (_root["menu" + i]) {
if (Number (_currentframe) == 6) {
play ();
}
}
}
}
pulsanti
on (release) {
_root.window ();
_root.menu1.play ();
}
ecc
mi da errore with ma non so cosa vuole.
function window () {
for (i = 0; i < 4; i++) {
with (_root["menu" + i]) {
if (Number (_currentframe) == 6) {
play ();
}
}
}
}
pulsanti
on (release) {
_root.window ();
_root.menu1.play ();
}
ecc