Platform Builder Forums
Main => Suggestions => Topic started by: CGM on January 23, 2020, 09:14:30 PM
-
I really want a if key = none command.
-
You mean, a command to check if the player has no keys? Interesting.
-
No no no. I mean check to see if no keys (keys on a keyboard) are being pressed.
-
No no no. I mean check to see if no keys (keys on a keyboard) are being pressed.
Aaaaaaaaaaaahhhh...
-
I should have said on the conditional page online that you can use != for key conditionals. This means your suggestion is already possible, although it would take a long line of code:
if key != up and key != down and key != left and key != right and key != jump and key != attack and key != pick and key != use
{
}
I'll update the website.
-
Yeah...That's inefficient.