PLEASE READ EASY! but hard

here is my script, what i want to do is delay the script on this button by say 5 Seconds so it gives the computer time to load the image

on (press) {
if (_root.caliper.pad._height == 0) {
trace(“no image”);
} else if (_root.caliper.pad._height>=1) {
trace(“image seen”);
}
}