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:
Click here to join us on IRC (#charas on irc.freenode.net)!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
CMS Cursor
« previous
next »
Print
Pages: [
1
]
Author
Topic: CMS Cursor (Read 2696 times)
Shadowless1
_
Acolyte
Posts: 495
CMS Cursor
«
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
Logged
<img src="
http://i38.tinypic.com/1628lmr.gif
">
<img src="
http://i4.tinypic.com/25rctmo.gif
"><img src="
http://i2.tinypic.com/25rcu4y.png
">
<img src="
http://i5.tinypic.com/25rcuhx.jpg
"><img src="
http://i5.tinypic.com/25rcux3.gif
">
AsakuraHao2004
RAM-TORTOISE!!
Exemplar
Posts: 1,623
AIM: dakutenshisdemon YIM: desimodontidae
(No subject)
«
Reply #1 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.
Logged
AKA Desimodontidae. If you're seeing this profile, Im probably at school.
If i were a clown, would you hold me when I'm down?/I wish I had someone to make me drown/So many people don't know that it's so damn hard to be a clown/I am the clown with the giant frown/My heart is in a state of being upside down...
Shadowless1
_
Acolyte
Posts: 495
confused
«
Reply #2 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
Logged
<img src="
http://i38.tinypic.com/1628lmr.gif
">
<img src="
http://i4.tinypic.com/25rctmo.gif
"><img src="
http://i2.tinypic.com/25rcu4y.png
">
<img src="
http://i5.tinypic.com/25rcuhx.jpg
"><img src="
http://i5.tinypic.com/25rcux3.gif
">
Dashman
Just too cool for this planet
Associate
Posts: 237
i like food
(No subject)
«
Reply #3 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.
Logged
Drace
Sage
Posts: 5,199
(No subject)
«
Reply #4 on:
August 12, 2005, 11:10:51 PM »
Would you understand it if itīs in 1337?
Logged
Bleed The Freak
Doogry
Initiate
Posts: 7
Life is gud
(No subject)
«
Reply #5 on:
August 13, 2005, 12:54:55 AM »
LOL Dare!
Logged
I m ur gad.
Shadowless1
_
Acolyte
Posts: 495
confused still
«
Reply #6 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...
Logged
<img src="
http://i38.tinypic.com/1628lmr.gif
">
<img src="
http://i4.tinypic.com/25rctmo.gif
"><img src="
http://i2.tinypic.com/25rcu4y.png
">
<img src="
http://i5.tinypic.com/25rcuhx.jpg
"><img src="
http://i5.tinypic.com/25rcux3.gif
">
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
CMS Cursor