emeric636 / andengine

Automatically exported from code.google.com/p/andengine
0 stars 0 forks source link

MenuScene disable alla Modificator in main scene #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. append a menuscene on main scene 

What is the expected output? What do you see instead?
the main scene modificator don't work.

Original issue reported on code.google.com by ama...@gmail.com on 12 May 2011 at 2:27

GoogleCodeExporter commented 9 years ago
Instead of:
public void setChildSceneModal(final Scene pChildScene);

use:
public void setChildScene(final Scene pChildScene, final boolean pModalDraw, 
final boolean pModalUpdate, final boolean pModalTouch);

where you can define if the "Background" Scene should keep receiving 
draws/updates/touches.

Original comment by NicolasG...@gmail.com on 9 Jun 2011 at 4:51