How do i make it so that when i go to another frame and then it will restart it will reload or restart frame one

My Project4-21-2021_9-29-42.wick (11.1 KB)

im too lazy to make another one

By restart do you mean the whole animation?

the frame wick only allows 10 letters + thats annoying

that it will restart the whole frame

Here’s how you can do this:

Rather than removing the objects, you can change their x by an imaginary number to get em’ out of the player’s way
image

Then, in the default script, check if they’re not on the screen, then undo that imaginary number
image

And lastly, set the player’s x and y in the default script
image

The rest is as basic as

if(key==="r"){
gotoAndStop(1);
}

File example if needed:
My Project4-21-2021_10-03-21.wick (11.5 KB)

1 Like

thanks again!

1 Like