/ Published in: ActionScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
_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; };