Is there anyone who can simplify mudlet windows/UI/GUI/miniconsoles/etc for me? I've tried looking at the manual and tried picking apart tripwire... but i'm more confused than when I started. The main issue I have is no one seems to code in simple terms. They all seem to make it as complicated as possible so that they can sell their system and no one can learn/code/get their own without either learning the hard way or buying it. Which don't get me wrong i'm not saying anythings wrong with that. But I am wondering if anyone can dumb it down for me a bit.
0
Comments
I remember, involve me and I
learn.
-Benjamin Franklin
Look on mudlet forums it has a few different types of template UI's
A big helper is the use of the flash function when you're building containers. bottomDisplay:flash() would light up the area on your screen that the bottomDisplay container covers.
Check out the Akayan Gui Creator, too. You can download it in the Mudlet forums. There's good, clean code in it plus it comes with a drag and drop feature for all of your UI windows.
P.S. When you're a little more steeped in this whole thing, look up "svof" in github.