My last post as the answer was incorrect but I have it working satisfactory now
it was because each layer which I have four of (plus actions) needed the code
posted originally, so the code posted now makes it work fine. & thanks Craig
for the support & not leaving me alone in actionscript land & to all you other
guys that help us all out, I hope I'll be able to do the same one day.
registerTT_mc._visible = false;
circle_mc.onRelease = function() {
getURL("
http://www.cudas.co.nz/jubilee.html","_blank");
}
circle_mc.onRollOver = function() {
registerTT_mc._visible = true;
}
circle_mc.onRollOut = function() {
registerTT_mc._visible = false;
}
////
jubileeImage_mc.onRollOver = function() {
registerTT_mc._visible = true;
}
jubileeImage_mc.onRollOut = function() {
registerTT_mc._visible = false;
}
jubileeImage_mc.onRelease = function() {
getURL("
http://www.cudas.co.nz/jubilee.html","_blank");
}
///
registerTT_mc.onRollOver = function() {
registerTT_mc._visible = true;
}
registerTT_mc.onRollOut = function() {
registerTT_mc._visible = false;
}
registerTT_mc.onRelease = function() {
getURL("
http://www.cudas.co.nz/jubilee.html","_blank");
}
///
circleLine_mc.onRollOver = function() {
registerTT_mc._visible = true;
}
circleLine_mc.onRollOut = function() {
registerTT_mc._visible = false;
}
circleLine_mc.onRelease = function() {
getURL("
http://www.cudas.co.nz/jubilee.html","_blank");
}