More butten event handlers?

enterFrame events, either onEnterFrame functions defined in movieclips or onClipEvent(enterFrame) events put ON movieclips run continuously based on the Flash document’s frames per second setting. They are not dependant on whether or not the movieclip they are associated with are actually playing or not. So, though a movieclip may not actually be “entering” a new frame, an enterFrame event will still run after seconds/frames per seconds amount of time has passed.