onPress = what (in frame)?


_root.navigationMC.onPress = function() {
	startPreload("blue.swf");
}

If I wanted to change an action from a button click to a frame-based action, what do I use instead of onPress? The hints from the AS editor are all click-based.