So, I'm making a platformer game and I 'm having all sorts of trouble with it. If you know the codes to my concerns below, please tell me asap! I'm a beginner at this, sorry!
About platforms:
1. How do I make objects spawn from the edge of the screen but at different Y coordinates each time?
2. How do I make these objects spawn one by one, for example, 3 seconds after the first object appeared?
3. How do I make these objects into 'platforms' were my actor can land on them from jumping and not fall through?
4. How do I make the 'starting' platform stay put until the actor jumps off of it before moving?
About the actor:
1. Is there a way where I can make the actor jump in an angle?
2. How do I make the actor move with the platform when it lands on it?
About the coin that's supposed to be above the platforms:
1. How do I make the coin move with the platforms?
2. How do I make it disappear when the actor touches it and add a point to a score counter?

