Need Help With Scrolling Platformer Maneuvering Option
-
- Posts: 8
- Joined: Tue Jul 30, 2019 4:04 am
Need Help With Scrolling Platformer Maneuvering Option
Hi everyone, I am co creating a scrolling platformer type game in which the main character is a vehicle driving on a road from left to right. I used the base_scrollingplatformer module to get it started. Under screen info I chose screen uses gravity, screen scrolls R, and edge stops player. I am having no issue with the flow of driving on the road inside of the that single lane tile, but lets say I want 3 lanes of road, I would love to be able to use the up and down button to maneuver and change lanes on the road. I want to be able to do the same mechanism as the characters in the NES Roadrunner game where they are able to move all around the road, here is a playthrough. I have no idea on how to do this. If someone could help me, it would be greatly appreciated. If you need pictures or examples of what I have created so far to better explain what I am trying to do, just let me know and thank you in advance!
Re: Need Help With Scrolling Platformer Maneuvering Option
for this type of game, you propably should use the scrolling shooter module instead of platformer.
platformers have gravity based physics which are less suitable (not impossible to work with though.) for this kind of game.
platformers have gravity based physics which are less suitable (not impossible to work with though.) for this kind of game.
"what are you up to?" "Oh, not much... just... Parallaxing"
- Raftronaut
- Raftronaut
Re: Need Help With Scrolling Platformer Maneuvering Option
Like Space Raft : http://nesmakers.com/viewtopic.php?f=52&t=2867
-----
Sorry about my poor english
All I need: A Damn Fine Cup of Coffee
My games: PRESS START GAME / UNDERGROUND ADVENTURE / UNDERGROUND ADVENTURE (Arcade version - Byte-Off-2019)
Sorry about my poor english
All I need: A Damn Fine Cup of Coffee
My games: PRESS START GAME / UNDERGROUND ADVENTURE / UNDERGROUND ADVENTURE (Arcade version - Byte-Off-2019)
-
- Posts: 8
- Joined: Tue Jul 30, 2019 4:04 am
Re: Need Help With Scrolling Platformer Maneuvering Option
Thank you! A scrolling shooter is definitely what we needed to be working with!