Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
New forum theme up and running!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Is there a way...
« previous
next »
Print
Pages: [
1
]
Author
Topic: Is there a way... (Read 2061 times)
megaman666
Member
Initiate
Posts: 10
Is there a way...
«
on:
June 14, 2008, 04:04:56 AM »
(RM2K3)
Is there a way to disable basic movement and make it so the sprites move diagnolly?
Logged
Prpl_Mage
Administrator
Sage
Posts: 7,645
The Administrator Mage
(No subject)
«
Reply #1 on:
June 14, 2008, 06:20:10 AM »
Yes, it is all about parallel procces that reacts when the certain key is pressed and then an action that is "Move hero: Up.left" for rexample.
I'm not certain about the exact coding but know that you will have to add either: 1 a common event or 2, events on every map of the game.
Then make it a paralel proccess and then one of those key imputs. So if left is pressed, Move Hero: Left.
I hope you get it.
Logged
Cool RPGM Project!
Sprite till you die
Oh my god, this was ...10 years ago...
Felix-0
And we'll never be
Royal
Posts: 3,563
(royals)
Re: Is there a way...
«
Reply #2 on:
June 15, 2008, 06:33:44 PM »
If you want 8 way movement get lazy and use XP
or spend mind boggling hours on the common events
Logged
------------------------------------------------------------
Hence nothing remains except for our regrets...
------------------------------------------------------------
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Is there a way...