Hi Everyone,
I've finished my first game and will be uploading it very soon, but I'm back working on a game I'm doing as a personal thing for love.
I'm trying to recreate an old game called "Lords of Chaos", but I'm stuck on this:
If you see the RPG image above, the screen has 2 halves, one is the playable area the sprite moves around in.
The other is where all the controls and features are.
I've tried to recreate the split screen by using a solid wall, but because my sprite moves around - on touch touch screen the sprite moves there (not platform) when it hits that anchor solid the sprite seems to ride up to the top of the screen.
The other problem I have with just a solid wall there is that the sprite has scroll to, so when it gets close to the wall he's half off the screen.
Is there a way to split the screen and make the 'game play' area limited to just that area, meaning the sprite will also scroll to the middle of that area and not the whole layout area.
The other part of the layout would then have all those buttons and controls.
Thanks for any help.