Yes.12 keys allready have been uesd.I need two or three keys more.One used to AJSPECIAL ,Another uesd like change color."Keys" mean inputs? You have UP, DOWN, LEFT, RIGHT, ATTACK1 - ATTACK4, START, you want to make more?
Oh.....that...Nope, you can't do that.
Thank you,friend.I know there is another way to do this,but I must change more things.I would plan out a better way to use the keys available to you, so for example, instead of using a button to change colour reuse the up key
Thank you,friend.I know there is another way to do this,but I must change more things.@Harmy
FWIW, you have the following for each player.
There is also a global Escape key.
- Left
- Right
- Up
- Down
- Attack
- Attack 2
- Attack 3
- Attack 4
- Jump
- Special
- Start
- Screenshot
If you’re just looking at the core action buttons (Attacks, Jump, Special), that’s a 6-bit command array - meaning 64 unique states. If you can’t integrate a color-change action within that framework, then as @danno said, it might be time to step back and re-evaluate how your command setup is structured.
Why don’t you share some specifics? That’ll help us offer more focused advice.
DC