I'm not talking about that. I'm talking about changing the way of creating
objects. Instead of using
a = new DynLayer()
aparent.addChild(a)
and in those lines of code the following happening
creation of element
assignElement
precreate stuff
...

just adding a create method and calling it.
I have just proven that it works a lot faster (in NS about a ninth in 100
layers).

8an


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to