Actionscript 2
Comparing Objects in Actionscript
I’ve been developing in Actionscript for quite some time now and I will admit that for the longest time I really didn’t know how to compare Objects, apart from the primitive ones. It bothered me that I couldn’t subclass Object and override the comparing operators like in C++ (if you don’t know, C++ supports operator [...]
Read Full Post | Make a Comment ( 2 so far )


