MFGG Forums
Following Object in Deagezeey Engine 7 - 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: Following Object in Deagezeey Engine 7 (/showthread.php?tid=2325)



Following Object in Deagezeey Engine 7 - Bully With a Hat - 04-15-2020

I'm trying to make an object that follows Mario for my fan game (i.e. the Toad missions in SMM2), but all my attempts have come out unsuccessful. Could somebody help me with this, or at least point me in the right direction? Thanks!


RE: Following Object in Deagezeey Engine 7 - Evan.F - 04-15-2020

(04-15-2020, 11:13 AM)Bully With a Hat Wrote: I'm trying to make an object that follows Mario for my fan game (i.e. the Toad missions in SMM2), but all my attempts have come out unsuccessful. Could somebody help me with this, or at least point me in the right direction? Thanks!

I don't have any coding experience, but it sounds hard. My best guess would be to make it follow Mario's inputs with a slight delay in time. When Mario is standing still on a flat surface that isn't an left edge (might have to make a tile property for that), the object goes next to Mario.


RE: Following Object in Deagezeey Engine 7 - Bully With a Hat - 04-15-2020

All right, I'll try it.