How to make fire balls shoot in a specific form?

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?

1 Like

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?

@nhgcr_for_the_3rd_time Its an animation (and I have no idea how to use messages)

1 Like

Are you using the “Go To” input on the animations?

Actually, it would be easier of you could provide a link

Okay: Flowlab Game Creator - Crappy Mario Bros

1 Like

@nhgcr_for_the_3rd_time only mario has the ability to shoot fireballs

1 Like

Could you also send me an ss of what you made?

1 Like

For now, I’m just seeing how the current code is set up, but ill inform you when i get a solution

1 Like

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

@nhgcr_for_the_3rd_time Its not working

1 Like

Nevermind its working now XD

1 Like

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)