Re: Off topic rant. - Comment Object.
Quote:
Originally Posted by Random
Speaking of easy and quick (this is an offtopic rant :/) - my biggest issue with MMF is that basically you can do anything you want - but the price you pay is "readability". Everything you want to do has to be achieved by using workarounds. And workarounds are hard to read. So if you don't touch an application for a month it will take you hours and hours to get into it again.
Having more comments than actual code doesn't make it better either.
I would like to see the Commenter Object in MMF2. I miss that object.
Quote:
Originally Posted by Random
At university I was told that if code is written properly (and the language allows to write properly), no comments are nescessary to quickly read it.
I done programming for a long time and reviewed many languages syntaxes etc and all need comments to make them more readable. Its ok for basic code not to comment but complex code needs a roadmap and an explaination. A few of the extensions don't display everthing that is entered so that can make it really hard to read when you can't see the variables.
I would also like to see a text based script for MMF where instead of the graphic being displayed the object is replaced by its extension name found in the dialog insert object. I suggest using different brackets for object name and extension name.
Re: Off topic rant. - Comment Object.
Hmmm my thread seems to have turned into something else :)
Re: Off topic rant. - Comment Object.
There are many walls in MMF that authors constantly (are forced to) run into. I think it is good to discuss what extensions can do to get people over those walls.
Do you remember how fast loops revolutionized MMF's capabilities? In my opinion a lot more work has to be put into that department. And even some extensions should be integrated into MMF itself because they are so vital (Select Object Extension or Direction Calculator).
Sorry for off-topicifying your thread Jeff :/
Re: Off topic rant. - Comment Object.
In my oppinion one of the most important areas is how objects are dealt with at the most basic levels: How they can be referenced, using qualifiers in global events, dealing with multiple instances of an object, etc.
Back on topic: Simple AI movements would be cool.
Re: Off topic rant. - Comment Object.
As far as AI movements go they would be interesting, however in a way I kind of dislike them.
My reasoning behind this is that many people like to have complete control over their games. If there is a bug in the movement then they can't fix it or they have to wait months to get it fixed. If they need more power or something to work a different way then they have to start from scratch as there is no way to just tweak the movements.
While more movements would get newbies up and running quicker, they could result in a slew of poorly made games which will make MMF 2 look weak compared to the competition.
While movements are nice, I believe that more work needs to be put into empowering the users to create such movements for themselves through extensions that make the "harder" parts simpler, and with more examples on how such things are created.
So I would rather see objects to help with graphs and state agents then precanned movements, especially since AI is an area where MMF 2 could greatly improve.