There is no stop() method anymore...its cancel() http://mootools.net/shell/WAkqG/5/
Also when you moused over the menu item a second time it seemed to not show the sub menu again. I tracked it down to the hideSubMenu function where you are setting the "childMenu" to be display:none and it wasn't being set to block again. I just commented out the part that was setting it to "none" and it worked fine but only for the setting of this example so you will need to update the class to make sure it doesn't happen to all of them Steve -----Original Message----- From: Dailce [mailto:[email protected]] Sent: Saturday, 29 May 2010 1:29 AM To: MooTools Users Subject: [Moo] Re: 1.11-->1.2.4 stop() not working http://mootools.net/shell/WAkqG/4/ Seems to work except the submenus still only open once. Also, this.myEffect.stop(); still gives an error, I think it has something to do with that. Hope I can get it working. For some reason also the 1.11 isn't working properly in the shell - may want to try that one locally.
