I was in your shoes a year ago. Here is one trick to love coding. Everything is an object, you call any object in the scene, then you call its properties, then you change it. That's it. It really is that simple. Let's say you have an object called Person. What are the properties a person may have? Height, position, body parts, color, age etc.
You call it like:
Person.height = 180
Person.eye.color = brown
Person.position = x,y
These are not actual codes but to give you a taste of how easy it is to get objects, get one of the properties and setting them.
Just start, you will thank yourself later for doing so. I already made 5 apps/games within a year 3 of which were successfully published in Play Store and for that I thank younger myself for not giving up.