Dear all,
I'm very new to C2 and am trying to ignore habits and methods I've picked up elsewhere.
To help with this, I like to strip things down and understand how they work. So, while I appreciate adding a behavior is the simplest way to create 8-way or platformer movement, I'd simply like to know what steps are required to make my object move left and right when I press the appropriate arrow keys.
So, I have a ball object on the layout screen, but I can't find the relevant events that equate to:
<font color=blue>IF RIGHTARROW KEY IS PRESSED, MOVE BALL OBJECT 4 PIXELS ON X AXIS</font>
I have searched the forums, but maybe I'm using the wrong search criteria.
Any pointers much appreciated.
Noob.