Delaying a function when called by onRollOver

Can someone help me out. I need to put about a 3 second delay on this function when its called by btn1. Any ideas? Im a newbie :frowning:


function info1() {
new Tween(guitar1_info, "_alpha", Strong.easeOut, 0, 100, 2, true);
}


this.btn_1.onRollOver = function () {
	info1();
	if(frame = "end") 
	rewind = true; 
};