-
Need Help Please
Hello all!
I am trying to make a game in MMF2. I am currently trying to figure out if possible to pause a frame and go into another frame. I want to be able to come back to my first frame at the same exact moment i left it. so is there a way to do that?
Thanks
-
Depending on what exactly you're trying to accomplish, it may be possible to display the second frame in a "sub application" object. If not, you would have to manually save the positions, values, etc of every object in the frame, and then reload them again when you return - which is pretty complicated stuff.