Sure! I can only but try :)
Viewing post in APE for GB Studio 2.0.0 Beta 5 [TOOL] comments
Tell me if these mechanics are possible ? :
-we can switch between 2 players on screen and use one as platform when he is not selected
-activate and desactivate platform
-create a clone of the player (to use him as a platform) when i click a button
-in the platformer engine, making the level going from left to right without interacting with the button (like those android runner)
thank you
all the above that you’ve mentioned is definitely possible.
For all the platform things you’ve mentioned all you need to do is make a second actor and then swap his position with yours and your sprite with his, then you will be able to do most of what you’ve been asking.
As for the level going from left to right, I’ve actually make that mechanic on the second level of my game called ECHO (see my itch page) where I’ll be happy to share how I did it in a couple weeks.