Assist trophies?

I wanted to work on an old smash bros project and I wanted to make a bunch of assist trophies but I realized, I don’t know how to make them. I really need help.

3 Likes

Can you explain a little more in detail what you mean by that

1 Like

I want to make a system that when you press A while overlapping with the item, a random character spawns.

on sprite of kind “player1”/“player2” overlaps other sprite of kind “assist-trophy-ultimatum-dragon”/“assist trophy duck” (etc) then: destroy othersprite, set ultimate dragon/duck to object (put a a dragon or a duck) of kind “player 1 assist trophy” (put any name in there).
and then just put what the dragon will do in a function (call function “X”, i reccomend using timers).
do a different kind, function for every assist trophy, also do a kind for the thropy when used, like the one i putted in there (player 1 assist thropy), also do a “player 2 assist trophy” kind, then you just need to do the “call function X” do a different function for every single assist trophy, that all.
if it doesn’t work then i don’t know what else you could do.

1 Like