Hi, I've had a good search of the tutorials and manual but not found an answer so excuse the question if its obvious!
I'm making a generic "back/exit" button that I want to simply reload the last visited layout. I will include this on many layouts so creating a generic button will help avoid having to put an event in for every specific layout. I know in theory how to get this working manually using global variables, an Array of the Layout names and the Go to Layout (name) action.
BUT I thought I'd check if Construct2 has this functionality already in it first, seemed dumb to do all that if there is somewhere a Go to Last Loaded Layout or similar action/event/what have you.
Thanks!