use-arrow-keys-to-move

Download the program

How To:

To make an object move by tapping arrow keys, create 4 buttons (Up, Down, Right and Left), which should look something like this:

use-arrow-keys-to-move-2

Create for every button an extra script, which look like this and position the buttons so that they won’t overlap:
Up:

use-arrow-keys-to-move-3

Down:

use-arrow-keys-to-move-4

Left:

use-arrow-keys-to-move-5

Right:

use-arrow-keys-to-move-6

Create another object. When you insert this script, it should move by tapping the arrows:

use-arrow-keys-to-move-7