Hello!
For movement it is the 8-direction behaviour which allows a kind of top down movement and by default with the arrow keys.
To create at a random position would be to use sytem > create object and the position would be the same Y but with a random X, it would be something like random(0,500) for example which chooses something in that range.