Quote:
Originally Posted by Guitcrzy
I was wondering how to make an object move around on command of the arrow keys in Alice 3. 
|
Alice3 has done away with simple "events" like this to better parallel Java.
You'll want to set up key listeners for ^, v, <, and > with the applicable move forward/backward/left/right methods.
edit: if I get a chance I'll throw together a sample world.