Alright, so I’m making a super crappy Mario game and I’m trying to figure out how to make the fireballs shoot when Mario is in fire form. Can anybody help me?
You can check which form Mario is in and send a message to a switch to allow the use of fireballs
It would depend on how you’re changing Mario’s form
Animation? Different objects?
Are you using the “Go To” input on the animations?
Actually, it would be easier of you could provide a link
Could you also send me an ss of what you made?
For now, I’m just seeing how the current code is set up, but ill inform you when i get a solution
The same thing you did for the regular and fire Mario animations works for the fireballs as well
Just add the following:
The same router that you’re using to switch between regular and fire mario can be used to switch the fireballs on and off
Nevermind its working now XD
Huh, did you link it up like I did in the image?
(as a future reference, make your code neater so that it’s easier to go through if a problem happens)