superzeldalink/andengine

MenuScene disable alla Modificator in main scene

Closed this issue · 1 comments

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

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

  • Changed state: WontFix