edselink Posted May 12, 2014 Share Posted May 12, 2014 Hello, I just upgraded from Phaser 2.0.2 to 2.0.4 and when I ran my project with the new build it was not working. After inspecting everything I realized it was an issue with Group.setAll as it was setting just some properties (things like checkWorldBounds and outOfBoundsKill are set correctly) but not others (frameName, anchors, update). As of now I got everything working again replacing Group.SetAll with Group.forEach and setting the properties in the callback. Is this a known issue? Am I doing something wrong (any change to they way this method works from 2.0.2 to 2.0.4)?Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts