Steven Sacks: > var clip:* = e.target; > var buttons:Array = (clip.buttonType == 1) ? _subMenuButtons: > _menuButtons;
Nice, Steve. One syntax question--the use of clip:* Before I sent my original response to the post, I tried var clip = e.target. Of course, it failed without the type * I haven't run into that syntax before. What does the asterisk do for the var type? Cordially, Kerry Thompson _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

