Hit test

Will a hittest still use ram if its on another frame? For instance if the hittest is on frame 1


onClipEvent(enterFrame){
if(hitTest(blahlbhah))
etc.
}

and i go to frame 3, will it stil lbe using alot of ram because of the enterFrame?