I want to make a game where the character changes angle depending
on the ground he is standing on. I also need the character to move like if he jumps off a cliff angled upward he will launch into the
air kind of like a Sonic the hedgehog game. :)
Printable View
I want to make a game where the character changes angle depending
on the ground he is standing on. I also need the character to move like if he jumps off a cliff angled upward he will launch into the
air kind of like a Sonic the hedgehog game. :)
I also need to know how to make the screen scroll between two players. [grin]
I suggest looking around for examples or tutorials for a sonic like game...I know it's been done with MMF.
as far as scrolling between two players, you simply create an active (lets call it "Camera") and give it a little code so it's always perfectly between the two players. Then simply set the game to always center based on that invisible "camera" active.
See if you can figure out how to get the "camera" active to always be perfectly in between the two players before asking someone to tell you. It's a fun little math problem. ;)