Hi, I can only recommend to make two or three of the tutorial projects: GDevelop 5 tutorials - GDevelop documentation They will teach you most of the basic concepts and will help you to find a solution for a lot of stuff you probably need for making your game.
Thanks Drona. I’ve watched and followed a lot of tutorials and you’re right, most are really helpful. I think with Rotate it was my Condition that was the problem - I’d set it as At Start Of Scene since that’s when I wanted the movement to start, but since your reply I’ve experimented and found Always works as the Condition.
Actually I think you’ll find it much more useful to have the rotate action in an event with no condition. That way it behaves the same as always but the code is simpler. If you want it start at a certain time set the condition to a Boolean variable.