Kewl bouncy menu-but how the hell

:stuck_out_tongue:

you’re welcome, you’re welcome, you’re welcome. :wink:

:wink: 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 :slight_smile:

yup. :wink: