MML Confusion

Have a question, suggestion, or comment about Aleph One's features and functionality (Lua, MML, the engine itself, etc)? Post such topics here.
Post Reply
User avatar
ftg.death.rhino
Born on Board
Posts: 62
Joined: Apr 23rd '13, 22:03

Okay, so I know that an element starts with <example> and ends with </example>, and I know that an attribute is something like index or type or which or whatever, and I know that a child element starts with <example attribute="blarg"/>, but do all child elements end with </child>, or am I confusing a child element with an assignment?

What is an assignment, and how does it differ from a child element? That is the question. I've always made mistakes with my MML, mainly because of this confusion. I also made mistakes because MML has individual dialects, for instance:

<child index="bunkey" type="blarg"/>

OR

--<child
------index="bunkey"
------type="blarg"
------/>

OR

<child index="bunkey">
<type="blarg"
/>

I don't know maybe I'm looking into this too deep, but when you are sitting on your desktop, reading from the MML.HTML, hoping that there is somewhere in between the lines, some crystal clear exposition, and you don't find it, you start to go insane.
Liquid Fader Removal

Code: Select all

<marathon>
<!-- BAN ALL WHO REFUSE TO DOWNLOAD --!>
<player index="0" opacity="0"/>
</marathon>
Post Reply