Quick actionscript 3.0 tip please

Quick way to write the following code please (i know it’s simple - i just don’t know how)

if (images.currentFrame == 24 || images.currentFrame == 25 || images.currentFrame == 26|| images.currentFrame == 27|| images.currentFrame == 28|| images.currentFrame == 29)
{
images.gotoAndPlay(“175”);
}

basically; if the MC frame number is between 24 and 29 (greater than 24 but less than 29) i want it to gotoandplay from a different frame.

Thank You
:wink: