yes.. I think you are.. I guess I just want reading silentweeds post correctly.. I just saw .text and brain turned off I guess..LOL

so this woudl be correct:
Code:
if (lb>=tb) {
	trace("alwaysOn3: "+alwaysOn);
	if (alwaysOn == true) {
		_visible = false;
		trace("visible2 (false):"+_visible);
                _parent[callBackFuntion]();
	} else {
		trace("deleting onEnterFrame code");
		trace("Back to frame 1");
		gotoAndStop(1);
                _parent[callBackFuntion]();
	}
}
parentheses need to be OUTSIDE the brackets?

or should the user input be:

userFunction(); that they declare?