Not that you will be able to implement all requests right away, but now I'm just making a wishlist. Will update this reply as I think of new things:
- I'd like to be able to Left-click drag a selection box around multiple actors and move them all around, rotate or scale them at the same time.
- The middle scrolling mouse button is good for moving around the editing area. I wonder if most everyone has a middle mouse button nowadays.
- If multiple actors are selected, I would like the option to group them all together or to later ungroup them. This way I can move an entire group around without reselecting the entire group. Being able to custom name these groups would help. Perhaps have a global window which lists all named selection groups. Groups within groups would be cool. Perhaps an easier way to implement Parent/Child relationships.
-It will be very good to be able to later edit named groups so I can add or delete members of the group.
-It will also help to be able to still select only one actor for editing, even if the group is selected.
- It becomes a challenge to manage multiple events of the same kind, from within the same actor. I would like the option to custom name each event, so they can be seperated and more easily identifiable.
- When I create an activation event from within an actor, I would like to be able to edit the trigger later on, so if it is first triggered by the creation of the actor and later I want to change that to trigger when the actor is destroyed. It is a bit of work to re-create an activation event in order to have a different trigger.
- I can add links to an activation event when I create it. Afterward, I can edit to delete links. But I cannot add more links after creating the activation event. Please add this option.
- It would be nice to have the option to only show the links of a selected activation event. Perhaps a model might have multiple activation events, if these are all linked to the same actors, how can the links of only one of the activation events be edited?
- I like the Event Enable/Disable. Sometimes I want to disable a very specific event. If a Key Down event has two sub-events such as one where I press A and a different one when I press B, I would like the option Disable/Enable just Key Press A (for that character), for example. It would be good to be able to be both this specific or do things the usual way where the entire event (all Key Down within an actor) is Enable/Disable. This is just an example of Enable/Disable, it would help to be this specific with the other Activation Event choices as well.
- It would be cool to be able to clone events within an actor or activation events. This is for the situation when I want a similar event but want to make only one or two changes to it's parameters. At this time I would think that clones should have the option to be linked to the original. So the original would control the settings in a clone which have not been changed. Would this be called Local Actor Global Event Editing?
- It would help if the Transparency slider and Z-Depth slider of actor each had a percentage number next to them. Then I could have the option to manually type in the number value I want.
- Scripting is powerful. Beginners such as myself might have a problem understanding it until we have used it for a while. I know there seems to be something like an autocomplete in using the list of variables and functions. I wonder..... would it make things easier if it had an error detector like MS Word has a typo detector? The letters are highlighted red until the word matches it's built in dictionary. It has the ability to suggest several properly spelled words. One of these can be clicked and replaces the word I am typing. Could something like that be done for proper scripting syntax while the code is being typed? If so, it would probably be good to have the option to turn this function on or off. It's difficult to describe, but is a bit different from having the code error checked when trying to click OK. Looking at what I just wrote here, this almost seems overly-complicated. Hmmm.....
- It would be helpful to be able to see the actual color in addition to the RGB settings when creating a font for text within an actor.
- I really like how GE is a hybrid between WYSIWYG and writing code. This will be helpful for easing me into writing code. Thanks!
- The current version of GE has never crashed or bugged out on my computer. Please continue to be very thorough in order to keep it that way. Good job!
EDIT:
- The ability to switch an actor between text and graphic at any time while editing.
EDIT:
- Remove actors one at a time or in a selection group by pressing the delete key.
EDIT:
- When I edit an Activation Event later on, I'd like to see what trigger the host uses to send a signal to the other actors which are linked. I'd like to know if I assigned the Left Mouse Button or not, for example.
EDIT:
- When selecting a font to use, I would like to see the color in addition to the RGB settings. (I can actually see the color when first creating the font)
- Regarding the autocomplete function in the scripting room, perhaps if a function needs a variable, function or actor before or after it, having the auto-complete display the word of the catagory of item needed and having that word highlighted so that it can be replaced by choosing from the list. I notice that some of the functions and such which are in the list will initiate a wizard. Once all the choices are made, then the wizard types the code in the appropriate place. More of that please.