CUSTOM KEYS
- zhulov3rz
- Mushroom
- Posts:85
- Joined:Sat Jan 10, 2009 7:37 am
- Location:C:\Program Files\WIZET\Maple Story\DataBase\pigdude.cif
- Contact:
i need help on custom keys coz i can think of some incomplete and complex methods...
- Gillian
- Free sunscreen monkeyleg
- Posts:552
- Joined:Mon Jan 01, 2007 12:00 am
- Location:The Netherlands
- Contact:
Re: CUSTOM KEYS
You post this in the flash game section. Maybe you can be more specific in your title and what you really want.
- Montycarlo
- Zombie Mushmom
- Posts:473
- Joined:Sat Jan 10, 2009 12:30 am
- Location:Melbourne, Australia.
- Contact:
Re: CUSTOM KEYS
Custom keys in flash are merely variables or array elements whose value is the key you wish to press.
Eg.
Eg.
Code: Select all
attackKey = 65 // a
defendKey = 68 // d
if(Key.isDown(attackKey) && !Key.isDown(defendKey)){
}
- Dracoplasm
- Zakum
- Posts:1970
- Joined:Tue Jan 27, 2009 1:02 am
Re: CUSTOM KEYS
Monty... Master of coding =D
- zhulov3rz
- Mushroom
- Posts:85
- Joined:Sat Jan 10, 2009 7:37 am
- Location:C:\Program Files\WIZET\Maple Story\DataBase\pigdude.cif
- Contact:
Re: CUSTOM KEYS
Montycarlo wrote:Custom keys in flash are merely variables or array elements whose value is the key you wish to press.
Eg.Code: Select all
attackKey = 65 // a
defendKey = 68 // d
if(Key.isDown(attackKey) && !Key.isDown(defendKey)){
}
lol thanks....
*edit : why didnt i think of that earlier*
Re: CUSTOM KEYS
woah i don't know anything about coding
- liukinletoile
- Snail
- Posts:1
- Joined:Wed Jun 10, 2009 4:36 pm
Re: CUSTOM KEYS
oh my freakin god! how do u play! wtf 

- SillySilly
- Horny Mushroom
- Posts:94
- Joined:Fri Jun 05, 2009 3:08 pm
Re: CUSTOM KEYS
i totally hate coding.
I use gamemaker
I use gamemaker
Re: CUSTOM KEYS
monty master coder lolz 
