actionscript 3 - Calling static functions that don't exist -
i'd have class resolve calls static functions don't exist.
if have object subclasses proxy class, can override callproperty() method catch calls functions, properties of object, don't exist.
how can done static function calls in class? cannot done making overridden callproperty() method static. there way?
i may wrong, don't think there way asking. static functions have exist , called static compiler knows there. can't see way around that. there way want without being static? maybe if described more trying achieve might able more of help.
Comments
Post a Comment