Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Shadowless1 on August 10, 2005, 09:04:54 PM
-
Can anybody dumben down how to sort a cusor out by using cusom events and picture
other sites ive looked on are to advanced and i dont understand please can somebody help me
-
This should be in tutorials...
First you need a cursur sprite, and sprites for sutf you're supposed to click on.
Then You need an event to set its position to variables. So have a variable called "Hero X" and Hero Y", then an event "Set variable: "Hero X" to Hero's X co-ordinate", and "Set variable: "Hero Y" to Hero's Y co-ordinate".
Also, in that same event, you'll need to set the variables for the clickable stuff. Its the same as the hero, except change the corsponding Variables names and sprites X and Ys.
Set that event to paralelle process.
Then another event, paralelle processed, should look something like
Key input prcess (whichever key you need to press, store in a variable)
Branch if variable is equal to (whichever number you set about)
-Branch if variable Hero's X is equal to Button's X
--Branch if variable Hero's Y is equal to Button's Y
---(then whatever's supposed to happen goes here)
--end
-end
end
You could have else cases to like, play a sound if they try to click when theier not on a button..
Sorry about sloppyness, typed this up like, really fast. If this dosent help I always could try to explain it easier if you want me too.
-
i understand im confused how do i actually set the cursor movement??????
in key input? so up does up down does down etc...
ty
-
I think that you need a parallel process, a "Input password" or something and that sort of things. I'm not really a person who knows about that.
-
Would you understand it if itīs in 1337?
-
LOL Dare!
-
i mean what do i hafta do in variables after ive put key unput..
how i make up do up,down do down etc...