glass22 Posted December 30, 2013 Share Posted December 30, 2013 I'm trying to put a message box in the center of my game, but it's scrolling so the world cords aren't helping? is there anyway to do this? Link to comment Share on other sites More sharing options...
rich Posted December 30, 2013 Share Posted December 30, 2013 MessageBoxSprite.fixedToCamera = true; MessageBoxSprite.cameraOffset.setTo(x, y); Link to comment Share on other sites More sharing options...
glass22 Posted December 30, 2013 Author Share Posted December 30, 2013 Thanks Link to comment Share on other sites More sharing options...
Recommended Posts