Change scenes in AS30.How?

Hi!

I have to scenes in my AS30 project.One is for preloader and intro and another for the main movie. At the end of my intro I want to send the playhead to the other scene but it is not working doing this:

gotoAndPlay(“scene2”,1);

Why isnt it working?