Conditional Statment

So I’m not that familiar with using conditional statements yet, and I’m trying to get my head around it. I know what I need it to do, I’m just not sure of the correct syntax.

I basically want a statement that says:

if( movieClip1 == frame 10)
{
then play movieClip2

Even better would be one that had the ability to use a range of frames

if( movieClip1 == frame 10-15)

Not sure if I’m way off here, but any help would be much appreciated!