ErikAtMapache Posted October 26, 2015 Share Posted October 26, 2015 Is it possible to add multiple images to a single tilesprite -- that is: I have images A, B C, DI would like to create a tilesprite that has those images and then repeats so that it paints ABCDABCDABCD... Thanks for your help Link to comment Share on other sites More sharing options...
jmp909 Posted October 26, 2015 Share Posted October 26, 2015 Dynamically copy A,B,C,D into a new BitmapData and then use that for the TileSprite texture jdnichollsc and chongdashu 2 Link to comment Share on other sites More sharing options...
ErikAtMapache Posted October 26, 2015 Author Share Posted October 26, 2015 Thanks. I'll try it out Link to comment Share on other sites More sharing options...
Recommended Posts