2 Questions about groups/qualifiers
1. Is it possible to customize them? I find them hard to use when I can't name/icon them the way I want.
2. Can I make all objects in selected group to change position? Only the objects(in the group) that have something directly to do with the event seem to move. Like so:
http://i51.tinypic.com/2pyq33l.png
Even an another way to do this would help, it's just so tedious to copy the command to every single object separately.
Also, unrelated question; is it possible to organize global and/or alterable values?
Re: 2 Questions about groups/qualifiers
1. You can't rename groups/qualifiers, to my knowledge.
2. I think you can achieve this by adding a separate value or flag.
Instead of moving the groups as you have described, keep your event as is, but call another action.
Activate a separate object to flag or change value or something.
- Separate object is active: move group.
I usually have one active object that stores a bunch of values and flags.
3. Changing names and such? I don't think so.
Re: 2 Questions about groups/qualifiers
Quote:
Originally Posted by willy
1. You can't rename groups/qualifiers, to my knowledge.
2. I think you can achieve this by adding a separate value or flag.
Instead of moving the groups as you have described, keep your event as is, but call another action.
Activate a separate object to flag or change value or something.
- Separate object is active: move group.
I usually have one active object that stores a bunch of values and flags.
3. Changing names and such? I don't think so.
1 Alright, I'd even rather use plain numbers/letters than start coming up with sensible ways to use the icons. :\
2 Well I need to move the group in fast loops so I don't think that method works. :o
3 Dang, it gets pretty messy when I come up with global value that is closely related to another value much higher in the list. :S Alphabetic organizing would solve it.
Re: 2 Questions about groups/qualifiers
2. Use the select object to Re-Select all objects.
Re: 2 Questions about groups/qualifiers
Quote:
Originally Posted by LB
2. Use the select object to Re-Select all objects.
Hmmm that works but I don't get why is it in the conditions. :confused: I need it in so many places that this makes the code so much more complicated to read that it's not really worth it. :S
Re: 2 Questions about groups/qualifiers
Because MMF2 expects object selection to change in the conditions, Dynasoft can't figure out how to get it to work in actions without crashing MMF2.
Re: 2 Questions about groups/qualifiers
Ah I see, well at least I got myself familiar with a new extension. :P Thanks for the reply though.