class DefaultMenuItem extends GenericMenuItem { var miWidth, miHeight, mcBackground, mcLight, mcShadow, tfLabel, hSpace, mcLabel, mcArrow, _parent_, __get__Parent, __set__Parent; function DefaultMenuItem() { super(); } // End of the function function arrange() { var _loc3 = miWidth; var _loc2 = miHeight; mcBackground._width = _loc3; mcBackground._height = _loc2; mcLight._width = _loc3; mcLight._y = _loc2; mcShadow._height = _loc2; tfLabel._width = _loc3 - 2 * hSpace; mcLabel._y = _loc2 / 2; mcLabel._x = hSpace; mcArrow._x = _loc3 - hSpace; mcArrow._y = Math.round(_loc2 / 2); } // End of the function function set Parent(mc) { _parent_ = mc; null; //return (this.Parent()); null; } // End of the function function get Parent() { return (_parent_); } // End of the function function setGlobals() { } // End of the function var prefix = "def"; var type = "def"; } // End of Class