Hello there!
I found myself in a little trouble here;
I'm making a pause system, that basically saves a state, takes a screenshot, then goes to another layout (pause) and loads the screenshot into an empty sprite using the 'Load image from URL' using the URI of the canvas screenshot. Here's the event sheet I made for an example:
<img src="http://i.imgur.com/bpe8tXj.jpg" border="0">
I know most of you will say "Use System, Set time scale:0" but in my case, it's far from ideal, since I'm using a lot of fx via WebGL, like Noise, and if I just freeze the time scale, the fx keeps running.
Well, this system I show you in the screenshot, actually works, and works pretty well except for two things: When I go to the Pause Layout, you can see the previous image loaded and the new one replaced, making a small jump. I can live with that, but if someone knows how to fix it, it would be great.
My mayor issue, is the buttons. In my game, I have a family of buttons, and two events that controls how they behave; if cursor is over them, switch to frame 1, if not switch to frame 0.
For some reason I still can't figure, once you 'resume' (load from state) it breaks it. I replicated here in the .capx without families so if you have a free version you can still use it.
I think I saved it using the last beta, if you don't have it, let me know and I can downgrade from C2 to the stable one and re-export it.
Thanks! I hope some can help me :) I'm banging my head quite hard on this one.
Pause with Load-Save problem