Movieclip - _currentframe | _totalframes

Hi!

I have use that code when someone press on a button.
First i start a movieclip - start_hide

I check with if(), if the movieclip has been finished and if it has finished, the visitor will be sent to a fram that is named - tjanster.

NOW

MC - start_hide, starts but i never comes to “tjanster”, so i think the if(), it’s wrong,

I’m just a beginner so I think I did a “easy” wrong but please help me!


on(release) {     _root.start_hide.gotoAndPlay(1);            if(_root.start_hide._currentframe == _root.start_hide._totalframes)         {             _root.gotoAndPlay('tjanster');         }