I’m making a Mega Man like game, and I’m currently working on the bullets function. However, the bullets appear somewhere that ISN’T the character, and they appear offscreen somewhere.
What is the expected result?
For the bullets to actually appear from my character.
What is the actual result?
The bullets appear offstage somewhere. And i can only shoot one at a time before I’m “animation” locked, but i can likely fix this with the shooting timer.
@Phoenix You cannot fire bullets from objects that don’t have fire bullet behavior
I mean you can select origin position of the bullet like where it will be created
But you cannot use object for it that does not have fire bullet behavior since that object is holding all values
And in this case DaEn is object with behavior otherwise we would see red text error