It's a wildcard I think. clip can be of any type.
Willem

Op 1-jul-2008, om 12:10 heeft Kerry Thompson het volgende geschreven:

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




=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
Geografiek is a Dutch, Utrecht-based map and chart design company.
Willem van den Goorbergh can be contacted by telephone: (+31) 30-2719512 or cell phone: (+31)6-26372378
or by fax: (+31)302719687
snail mail: Hooghiemstraplein 89 3514 AX UTRECHT
Visit our website at: http://www.geografiek.nl
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=


_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to