Problem with my game

I am having trouble getting my menue to behave correctly!
it should in catapult1.blend resume the main scene. but behaves not in this manner. In catapult2.blend i can get the menue scene to end but the main scene does not resume. Could some one tell me what i am doing wrong!

http://skairkrow.20megsfree.com/catapult.html
Please pardon my site its been in development for all of about 20 minutes!

Someone correct me if I’m wrong :slight_smile:
I think the problem is with the message that triggering the resume scene! I don’t see anything sending a message to it

The problem is that you suspend your main-scene when you open the menu-scene, but when you send your reset-message form the menu-scene the main-scen can’t process that because it’s suspended.
So use a scene-actuator(with a resume:Main) together with your reset message in the menu-scene.

Not shore if you need that body in the reset-message-actuator?

hope this helps :wink:
Peter

Thanks, guys! Now it makes sense that a suspended scene cant be resumed the way I was trying to do it!! lol its suspended Duh!