|
and would this be fastest?
function
myObject(intX,intY,intWidth,intHeight){
this.DynLayer =
DynLayer;
this.DynLayer("myObject"+(myObject.Count++),intX||0,intY||0,intWidth||100,intHeight||100); /* .. more code wich relies on the object having defined width and height..*/ }
|
- [Dynapi-Dev] refresh my memory Doug Melvin
- Doug Melvin
