This content has been marked as final.
Show 3 replies
-
1. Re: var varName:*;
kglad Sep 1, 2011 2:33 PM (in response to StoneChameleon)it means you're not specifying the class of varName. it can be assigned a class member from any class.
-
2. Re: var varName:*;
FeZEC Sep 1, 2011 7:25 PM (in response to kglad)in depth what it means is your bypassing compile time checking and informing the player to ensure the reference is of a given type.
-
3. Re: var varName:*;
StoneChameleon Sep 2, 2011 6:16 AM (in response to StoneChameleon)Thank you, to both of you. I thought it might mean as much, but I couldn't find a definite answer anywhere. You've been very helpful.



