Simple code not working!

Hi

I have down_btn on the main timeline and want it to become invisible if my sales_MC has reached frame 23. Here’s the code…

if (sales_mc._currentframe (23))true;
down_btn.visible = false;

What’s the problem with it!?!

If you know whats wrong and can help - thank you!

Luke