
04-16-2011, 12:22 AM
|
|
the fake one
|
 |
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
|
|
|
Ideally use clientWidth and clientHeight (or width and height if not using clientRelative) for setting the dimensions of objects (edit: just noticed you used it for the window but not the buttons; consistency is key, and make sure to give the buttons a height).
If you're interested in improving the script, look into using catchEvent to avoid duplicated code and to greatly simplify your script. |
|
|
|