Pretty simple but please enlighten me

for some reason I’m drawing a blank…

I’m animating a menu bar across the stage. When the menu bar reaches the the end, I’d like the menu buttons to appear over it.

Currently, as soon as the menu bar begins animating, the buttons appear. They just won’t wait their turn. :frowning:

I’ve tried if statements using _currentframe but this only returns the first frame number of the menu animation. What simple line of script can I use as a condition to get the buttons to appear only after the menu has finished animating?

I feel very lame for posting this so please be kind. :slight_smile:

thanks!