It's 2 lines of code: line 28, change to: var func2 = arguments.callee.func;
line 30, change to: return func2.apply(target, arguments); Done. ----- Original Message ----- From: "Peter Hall" <[EMAIL PROTECTED]> To: "Johannes Nel" <[EMAIL PROTECTED]>; "Open Source Flash Mailing List" <[email protected]> Sent: Monday, July 25, 2005 8:01 PM Subject: Re: [osflash] How to properly handle rollOver and rollOut inMovieClips FYI, The Delegate class that I posted on my blog only works with EventDispatcher, not with callbacks. If you need to get Macromedia's mx.utils.Delegate working with MTASC, its not difficult. MTASC gives pretty good error messages and it should only take a second or two to fix it up to work. Peter www.peterjoel.com www.macromedia.com/go/team/ ----- Original Message ----- From: "Johannes Nel" <[EMAIL PROTECTED]> To: "Open Source Flash Mailing List" <[email protected]> Sent: Monday, July 25, 2005 3:34 PM Subject: Re: [osflash] How to properly handle rollOver and rollOut inMovieClips there are free delegate classes around (a ton of them) that was just a quick example. peter hall did one and joey lott as well. just search for Delegate On 7/25/05, Sébastien Pierre <[EMAIL PROTECTED]> wrote: > > Le 25 juil. 05 à 16:25, Johannes Nel a écrit : > > > use some delegate class for subclips > > > > an MMC based example > > Well, I really need a 100% ActionScript, compilable with MTASC > example... I dont't have Flash MX, and don't want to install the demo > for that. > > Thanks, > > -- Sébastien > > -- j:pn _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
