youâre welcome, youâre welcome, youâre welcome.
Kax is there any reason why the rollover on the button isnt working now?
replace the onRelease handler with this codeâŚ
this["item"+i].onMouseDown = function() {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_parent.container.loadMovie(swfs[this.i]);
}
};
i believe you could also fix it by setting its trackAsMenu property to true, but it didnât work when i tested it and iâm kinda busy now. :-\
kewl
yup.