ID:155942
 
I would like to know somthing like How do I make a sidescroller game for just left and right ?
In response to Youngj52032
This doesn't help at all <.< The instructions on disabling movements aren't even there. (Though, I just skimmed.)

To make it so left and right movements are accessible, you'd want to disable the built in movements that are in Dreamseeker. I'll do you a favor and give you the code since it's simple.

 client
Northeast()
return
Northwest()
return
Southeast()
return
Southwest()
return
North()
return
South()
return
In response to Gtgoku55
Gtgoku55 wrote:
This doesn't help at all <.< The instructions on disabling movements aren't even there. (Though, I just skimmed.)

To make it so left and right movements are accessible, you'd want to disable the built in movements that are in Dreamseeker. I'll do you a favor and give you the code since it's simple.

 client
> Northeast()
> return
> Northwest()
> return
> Southeast()
> return
> Southwest()
> return
> North()
> return
> South()
> return

I answered your question "I would like to know somthing like How do I make a sidescroller game for just left and right ?"
In response to Youngj52032
What? I was talking about the link you gave, I didn't really see any instructions on disabling movements. Also the "I'll do you a favor and give you the code since it's simple" part was at the topic creator just in case we had a misunderstanding there.
In response to Gtgoku55
Gtgoku55 wrote:
What? I was talking about the link you gave, I didn't really see any instructions on disabling movements. Also the "I'll do you a favor and give you the code since it's simple" part was at the topic creator just in case we had a misunderstanding there.

You asked how to make a sidescroller game not how to disable movements. I gave you a link that shows you how to make a sidescroller game, next time know what you are trying to ask.
In response to Youngj52032
What? I didn't ask you... it was Stu. And what are sidescrollers are games that you can mainly use left and right movements in. (Down is usually duck, and up is usually jump.) So yes, to make a sidescroller, you would need to disable all movements but left and right since they'll be used the majority of the time. THe other movements would only be for a certain times..

One more thing. THe question specifically asked for a side-scroller for just left and right. (as in left in right movements <.< Sorry for the misunderstanding)