![]() |
How do I make a Mario death in Clickteam Fusion? - Printable Version +- MFGG Forums (https://forums.mfgg.net) +-- Forum: MFGG (https://forums.mfgg.net/forumdisplay.php?fid=4) +--- Forum: Developer Discussion (https://forums.mfgg.net/forumdisplay.php?fid=10) +--- Thread: How do I make a Mario death in Clickteam Fusion? (/showthread.php?tid=1022) |
How do I make a Mario death in Clickteam Fusion? - Clobbah - 06-08-2018 What I mean by Mario death is that when a player dies, they'll go up and then down through the platform. How can I achieve this? ![]() RE: How do I make a Mario death in Clickteam Fusion? - Sushininja05 - 06-09-2018 An easy way to achieve this is to remove collisions and scrollings from Mario and have him fall at a set rate until he reaches the bottom of the screen. Once he hits the bottom, reset frame. There are a few ways you could do this: A: "On 'MARIO_DIE' then set Mario>AlterableValueA to 1" "If Mario>AlterableValueA is 1 then set animation to dissapearing." <-- You could also have this same line do a lot more things to disable stuff. "If Mario>AlterableValueA then do not check for collisions." "If Always + Mario>AlterableValueA is 0 then scroll screen." Basically just set an animation and remove: movement, collisions, scrolling, and enemies from the equasion. And watch the helpless Mario fall to his doom. B: "On 'MARIO_DIE' then set Mario>AlterableValueA to 1" "Set Movement to Movement #1" "Set Direction To Down" "AlterableValueA = 1 then delete enemies." "AlterableValueA = 0 + Collision With Object then Collide with object." Send me a message on discord @Durdge-o#4285 if you want any other help with Clickteam Fusion 2.5. RE: How do I make a Mario death in Clickteam Fusion? - Mariotroid - 06-09-2018 It' interesting to see how clickteam is programmed. I don' want to get too off topic but that' pretty cool to read. RE: How do I make a Mario death in Clickteam Fusion? - Clobbah - 06-09-2018 (06-09-2018, 12:47 AM)Sushininja05 Wrote: An easy way to achieve this is to remove collisions and scrollings from Mario and have him fall at a set rate until he reaches the bottom of the screen. I don't see an option to disable collisions... RE: How do I make a Mario death in Clickteam Fusion? - Sushininja05 - 06-09-2018 (06-09-2018, 06:43 PM)RevampedSpider Wrote:(06-09-2018, 12:47 AM)Sushininja05 Wrote: An easy way to achieve this is to remove collisions and scrollings from Mario and have him fall at a set rate until he reaches the bottom of the screen. Can you send me your .mfa file? I can spruce it up for you, since you can't exactly disable collisions but instead only check for collisions under a specific value. RE: How do I make a Mario death in Clickteam Fusion? - originalpmfan - 07-13-2018 (06-08-2018, 03:59 PM)RevampedSpider Wrote: What I mean by Mario death is that when a player dies, they'll go up and then down through the platform. How can I achieve this? If your character has jump coded into him, turn the scrolling off since then they will follow mario in screen. Make the character jump and turn collision off (you can do that if your using platform tool thats a extension to clickteam) when he falls out of screen make a object a little bit under him, then do if mario collides with object , use jump to new frame to the same exact frame. If mario doesnt have any more lives you can send him to a game over screen. Was this useful? ![]() RE: How do I make a Mario death in Clickteam Fusion? - Clobbah - 07-16-2018 (07-13-2018, 01:40 PM)originalpmfan Wrote:(06-08-2018, 03:59 PM)RevampedSpider Wrote: What I mean by Mario death is that when a player dies, they'll go up and then down through the platform. How can I achieve this? I'm not making the game anymore, but I'll keep this in mind for when I need it. Thanks. RE: How do I make a Mario death in Clickteam Fusion? - Spritanium - 07-21-2018 You shouldn't make Mario die. Kids play these games RE: How do I make a Mario death in Clickteam Fusion? - Clobbah - 07-21-2018 (07-21-2018, 03:54 PM)Spritanium Wrote: You shouldn't make Mario die. Kids play these games Oh shoot, I meant how to make Mario defeated. Sorry kids! |