Keybinding
-
Most devices can do something called “Keybinding” This is useful in games like EV.IO. You can duplicate something like this in CreatiCode. Let me show you how.
First, make a new project.
Then delete the dog sprite. Switch to the “Empty1” sprite. Now drag a “When ____” Block to the editing panel.
New block discovered!
Inside of that, put a “and” operator.
New block discovered!
Inside of the operator, put two “Key ___ pressed” sensing block.
New block discovered!
After that, put whatever code you want to put in.
Finished product:
Happy coding! - Shrukin
-