Question
How do i go to a frame when a frame has been loaded in ActionScript 3.0?
I'm using Adobe Animate 2023 and i only know a bit of ActionScript 2.0 and nothing of ActionScript 3.0! I'm making a platformer game, and i need a code where i go to a frame after a frame has been sucessfully loaded. I know the ActionScript 20 Version:
ifFrameLoaded(28)
{
gotoAndPlay(29);
}What should i do?
