Hello, I need help with skipping a cut scene. When you start the game that I'm currently making, you can watch the cut-scene or you can skip it, but when I do press the sprite that's supposed to make it skip, it does work but the cut-scene (which is made up of sprites) continues to show in the background after the game has skipped and gone back to the main menu. It appears layered and continues to show the sprites from the cut-scene in the back ground during game-play
Offline
once you tell the sprites you want them to skip I often use this piece of code to make sure nothing shows
hope this helped!hidego back10layerssetghost ▼effect to100
Offline
It still didn't work, but thank you for trying to help.
Offline
I'm not entirely certain because I haven't seen your game, but you could put this script in all of your cutscene projects
and add these to your "Skip" button or scriptwhenclicked
foreverifskipped=yeshidego back 999 layers
whenclicked
setskipped ▼tonowhen SkipButton clickedsetskipped ▼toyes
Offline
Whoops, I meant this for the second script
whenclicked
setskipped ▼tono
And in the original post, I meant "put this in all your cutscene sprites," not "put this in all your cutscene projects." :) Sorry.when clickedsetskipped ▼toyes
Offline
then you put a skip button that broadcasts end cutscenewhen i receivestart cutscene ▼do the cutscenebroadcastend cutscene ▼
Offline