Ok, something’s hapening here…
I have 2 scenes, and i want that when the timeline of the first scene ends, it passes to the other scene. Basic?.. i though it was… the thing is that i can’t do it! First i didn’t put no AS code on the last frame of the first scene, thinking that obviously it would work. But after i compilate the fla for the fisrt time, i saw that flash is making a loop. So, i decided to put the following AS code on the last frame:
gotoAndPlay(“passagem”,1);
In theory this should work, but in practice, it doesn’t work, and flash is still making that stupid loop… :crying:
Anyone can tell me what am i doing wrong?..:look: