Hi, I'm having an issue where when bullets are created on my player sprite, instead of going up the y-axis they just spawn and sit still. My code was taken from this guide (https://smilebasicsource.com/page?pid=982) but modified, as my bullets only need to be sent upwards.
Here's my code.
I think there's something funky going on with my BulletFunc function but I'm not sure. Everything seems to work up until the point where it needs to update the y-axis position for the bullet. Or maybe it has to do with the syntax at the end of the BulletFunc.
Any suggestions? I just started coding today so it's pretty messy looking I'm sure
