I read the last post I remembered that I need help to make a nice bacround, a backround that scrolls a speacial way - like any other good platform game. I cant use an active object, cos it will overlap my backdrops. what to do?
well if you dont use mmf but use tgf or c&c instead..
1. you could make all the overlapping backgrounds active objects but remember there is a limit.
2.make the background on the top half and the level tiles on the bottom half so they never overlap.
basicaly active objects are always in front of backdrop objects.
well if you dont use mmf but use tgf or c&c instead..
1. Dont't make all overlapping backgrounds active objects. There is a limit and it makes the file size significantly bigger.
2.make the background on the top half and the level tiles on the bottom half so they never overlap. This way you can restrict yourself to making your levels be completly flat.
basicaly active objects are always in front of backdrop objects and if you want to acheive a paralax background, you're best off getting MMF or not using paralax backgrounds at all.