nak3ddogs Posted August 16, 2014 Share Posted August 16, 2014 i tryed some way but i couldnt find any way this.menu_group.iterate(visible, true).visible = false? thx for any advice Link to comment Share on other sites More sharing options...
Dumtard Posted August 16, 2014 Share Posted August 16, 2014 According to the docs it seems it would be used like this.this.menu_group.iterate('visible', true, Phaser.Group.RETURN_NONE, function(child) { child.visible = false;}, this); nak3ddogs 1 Link to comment Share on other sites More sharing options...
nak3ddogs Posted August 16, 2014 Author Share Posted August 16, 2014 ty Link to comment Share on other sites More sharing options...
Recommended Posts