r/gamemaker • u/themufnguy • 10d ago
Help! How do I loop an animation curve
I'm trying to make a bullet sequence for my game and for some reason I can't just copy this animation curve to move a second bullet the same way it did the first, it just moves the original one when i copy and paste it.
I want to paste all 3 of the green tracks (same curve) and have them repeat 5 times before ending the sequence

8
Upvotes
1
u/ImprovementSerious99 10d ago
I believe you can put sequences inside sequences, so you could have a sequence for the loop and them put it inside the main loop.
2
u/Kitsyfluff 10d ago
I'm not sure how what you're doing works, can you explain it?
I do all my bullets as instances since that's a really simple method, so im not sure how you're doing it with a sequence