Hey guys I've got another question. I am trying to make a menu that asks you if you're sure you want to quit and I figured I could just drop an extra layer down on my frame with the interface on it to do that. It works great except I want to basically pause the original layer or at least prevent interaction (mostly button presses) on layer 1 while layer 2 is visible. Is there a simple way to do this or am I going about this the wrong way trying to use a layer instead of a subapp?