Return to Snippet

Revision: 6449
at May 22, 2008 05:36 by manec


Initial Code
_root.menu_mc.onEnterFrame = function() {
	(success) ? _root.menu_mc.prevFrame() : _root.menu_mc.nextFrame();
};
_root.menu_mc.onRollOver = function() {
	success = true;
};
_root.menu_mc.onRollOut = function() {
	success = false;
};

Initial URL


Initial Description


Initial Title
RollOver In and Out

Initial Tags
flash

Initial Language
ActionScript