/ Published in: ActionScript
Expand |
Embed | Plain Text
_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; };
You need to login to post a comment.
