Hmm... interesting. Have to look into it. Actions are accessible with scripts. I know to that scripting has all the features of actions available as well, insert copy, insert reference etc.madrobot wrote:And I have a question - would it be possible to do something similar with actions? So if you were rigged with actions for your phonemes you could use a similar method in lipsyncing?
I think this could be done. it would require a special "action" tool of course.
------------
On another topic,
I can use more than the number keys but I am using the value of the "key" pressed (ascii code) as an increment for selecting the switch. The trouble with the stupid ascii codes and the keyboard... they aren't in the same order. A-Z are in numerical ascii order, but they aren't on the key board... have to hunt around. I like things in order.

Plus, I have to watch out for other commands! I really messed up my computer when I used the stupid shift key for the modifer. Kept doing screen captures pressing CMD-SHIFT-3.

There is no way to have two modifier keys press at the same time as far as I can tell. AS sees the second modifier as the key being pressed instead o the THIRD key that is pressed. Only CTRL and ALT work as modifiers and they have to be "swapped" on mac/win because they don't work the same.
I check for both CTRL and ALT being "true" and then continue on. If you are on a mac CTRL is CMD and it works. If you are on Windows, ALT is ALT and it works. The mac ignores ALT in AS for some reason. Very confusing.
-vern