If you need free game creation software, and don't want to learn a programming language, then go RPG Maker. Game maker is quite limiting, especially if you don't know how to use GML. (If you know GML it's just about the best free game developing package out there, not counting full fledged programming languages).
As for the help with GM7:
First thing, for an object it needs to be on the map.
All actions in an event will occur when the event occurs. i.e. if you add a Keyboard->Right event, then add a Move Free action with direction as 0 and speed as 10, the object will start moving right (0 degrees = right, 270 = up) at a speed of 10 pixels per frame.
How to make something move is actually rather simple. Add an action of when you want it to move, then add either Free Move or Move Fixed and set the speed to higher than 0.
As for controlling it, all of the events under Keyboard, Key Press, Key Release, and Mouse are user inputted actions. Just pick which one you want then add the actions.
On another note, why do you always type in bold?