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..*/
}
----- Original Message -----
Sent: Monday, November 26, 2001 2:28 PM
Subject: [Dynapi-Dev] refresh my memory

Was it declared faster to put initial properties of a dynlayer into it's contructor?

Reply via email to