Since a lot of my crappy MMF2 skills come from not knowing how to handle expressions well, I've come to ask you if there are some good tutorials or examples out there of what is possible with advanced usage of the expression editor.
Like right now. I need about 10 events, just because I don't know how to insert a value of another object into that place where the red 1 is.
Ohh.. you can't if I get what you mean. You can try to change numbers in other strings, but you can't do it outside the bracket thingies.
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.
Assault Andy Administrator
I make other people create vaporware
Registered 29/07/2002
Points 5686
18th April, 2009 at 15:37:40 -
I think what you're basically asking is: How can I retrieve strings based on a value? In which case, Muz is right, you can't do what you are trying to do in MMF. However there are options which work equally as well and achieve the same thing. One way is to use the index of an alterable value as Muz suggested. Another way would be to use an extension such as an array object or similiar which you can store strings in numbered cells.