Will Posted February 3, 2014 Share Posted February 3, 2014 I seem to have a bit of a problem, when I want the camera to follow the player, this works just fine. But, as soon as this requires that the edge of the tilemap would go off-screen, the player can no longer move in that direction. Or, the tilemap suddenly "jumps" right. Link to comment Share on other sites More sharing options...
jcs Posted February 3, 2014 Share Posted February 3, 2014 what follow mode are you using? Link to comment Share on other sites More sharing options...
Will Posted February 4, 2014 Author Share Posted February 4, 2014 Never mind, guess I need to brush up on my Google-Fu... Found this! http://www.html5gamedevs.com/topic/2805-camera-follow-with-tilemaps-help/ The solution was to put this in my codelayer.fixedToCamera = false; Link to comment Share on other sites More sharing options...
Recommended Posts