Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Shadowless1 on August 10, 2005, 09:04:54 PM

Title: CMS Cursor
Post 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
Title:
Post by: AsakuraHao2004 on August 10, 2005, 09:56:17 PM
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.
Title: confused
Post by: Shadowless1 on August 12, 2005, 10:19:48 PM
i understand im confused how do i actually set the cursor movement??????
in key input? so up does up down does down etc...
ty
Title:
Post by: Dashman on August 12, 2005, 11:02:57 PM
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.
Title:
Post by: Drace on August 12, 2005, 11:10:51 PM
Would you understand it if itīs in 1337?
Title:
Post by: Bleed The Freak on August 13, 2005, 12:54:55 AM
LOL Dare!
Title: confused still
Post by: Shadowless1 on August 13, 2005, 09:27:12 PM
i mean what do i hafta do in variables after ive put key unput..
how i make up do up,down do down etc...