My question isis it possible to make platforms in addition to the floor without using that trick based on make the platform "like the rival's area"?Sorry if this question is repeated, I searched and found nothing related. Thanks
You can, but only the player with the coding can see the floor. And it's really complicated. If you're a beginning programmer I wouldn't recommend attempting it until you got some experience under you.
You cannot currently do platforms in mugen without SOME code to apply a hit to force them into a standing state. Even without using helpers in 1.0 with stagevar, you still need to hurt people. That means helpers, and that means hitdefs. P1 can do as he wishes but to touch P2 it has to be hitdefs.
Caddie said, June 01, 2012, 06:37:45 pmYou can, but only the player with the coding can see the floor. And it's really complicated. If you're a beginning programmer I wouldn't recommend attempting it until you got some experience under you.Not even a programmer, but I'd try. All I did were small jobs hehe.Cyanide said, June 02, 2012, 01:03:21 amP1 can do as he wishes but to touch P2 it has to be hitdefs.What about something like a "p3" inside the game itself? The same platforms in the same places in all stages, for all the chars.