trackAsMenu?

Hello all,

Lately i was doing a 35 button menu in flash MX and i found this movieClip property trackAsMenu for movieClips and buttons. But i didn’t understand how it functions properly.

I found no post about it on the forum and the MX reference is not clear in describing it ???

Can anybody help and describe what is it for and how it functions.

Thanks

Normally, if you press a button, if you are still holding the mouse button down and drag your cursor over other buttons, they wont react. The focus is locked on the button you pressed. With trackAsMenu, when you do the same, other trackAsMenu buttons will react calling the appropriate on handlers which would normally be missed because of that ‘locking’

… an application is in ahmed’s footer. see
http://www.kirupaforum.com/forums/showthread.php?s=&threadid=22714
I suggested to use trackAsMenu there which made drawing a lot easier