Since JSTileMap Expands Escondition, you use the API to move and enlarge your tilemap like any other node. can do. However, I continue this strange effect / glitch ... code: _tiledMap = [JSTileMap mapNamed: @ "Cloud.tmx"]; If (_tillMap) {[auto addChild: _tiledMap]; } _tiledMap.position = CGPointMake (800, 0); SKAction * scrollLeft = [SKAction conduction: CGPointMake (600, 0) Duration: 4]; SKAction * scrollRight = [SKAction conduction: CGPointMake (700, 0) Duration: 4]; SKAction * sequence = [SKAction sequence: @ [scrollLeft, scrollRight]]; SKAction * Repeat = [Squection repeat acnection: sequence]; [Ditlide map run action: repeat]; Result: As you see Whenever the JSTileMap direction changes, depending on whether it's left or right, the image may be generated or something else, I can not explain it. It does not happen if the node itself is a SKSpriteNode I add numbers to the background image for the visual reference. Edit Further tests indicate tha...