Hi Bruce. --- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote: > - added classes and objects > OK. How about Mockey mentioned it in passing and it sounded like fun.
There you go :-) What I mentioned in passing was just an idea for some kind of freely definable "data container", what is referred to as an "Object" in languages like Java/ActionScript. Basically I just meant another syntax for: swf["width"] = 100 so you could use instead: swf.width = 100 I never dreamt of real objects derived from classes with inheritance and all. Anyway, I just had a brief look at the stuff and it seems really very interesting. Unfortunately I don't have any time to play with it in the next couple of days but I will surely check it out. Just some quick questions/remarks: - methods/functions are always public, right? (private functions might be useful...) - static vars in the class are used by all instances, right? So when one instance changes the var, the other instance sees the changed var? Mockey
