I think you are referring to loading tile frames, right? On CC you can use TiledBackground and load the image from an external file, and then position it. This is nice because you can have one image containing the entire tileset.
But on C2 you will have to use sprites, where each frame is a tile, and then set the current frame via events. This can be a lot of work, since each frame holds only one tile