on (rollOver) {
_root.mouse_over_photo1 = true;
} on (rollOut) {
_root.mouse_over_photo1 = fstartlse;
}
on (release){
getURL("http://www.e-learn.ro/");
}
_root.photo1.onEnterFrame = function() {
if (mouse_over_photo1) {
_root.photo1.nextFrame();
} else {
_root.photo1.prevFrame();
}
};
Am terminat cu prima fotografie. Repeta acest proces pentru fiecare fotografie din meniu.
Singura diferenta este ca trebuie folosit alt nume (alt instance name)