Hey @richard I need help with sprite utils.
I am making a bullet hell game where the boss has an aiming line.
I tried to recreate the aiming line from your game:
But when I tried to put the aiming line in, it glitched.
Here’s my game:
How do I fix it?
5 Likes
Looks like the render block is run before the On Start block ends. Here’s an easy fix:
2 Likes
thank you, that was a big help!
3 Likes
render on z doesn’t typically run before on-start finishes, but it does in this case because you’re using some blocks that pause (the ones from the story extension)
2 Likes