Nick Natteau
Forum Replies Created
-
Nick Natteau
December 27, 2012 at 1:26 am in reply to: can you trim numerically in a PP CS6 timeline on a laptop???Hi Angelo,
Thanks for your continued help. Unfortunately I don’t get the same results when pressing the function key.
If I press “fn +10″, it doesn’t advance me 10 frames on my macbook pro retina (15” model (2011)).
So perhaps Apple did away with that feature on macbooks.
Thanks again.
-
Nick Natteau
December 26, 2012 at 9:42 pm in reply to: can you trim numerically in a PP CS6 timeline on a laptop???Hi Angelo and thank you for replying.
Actually none of the macbook pros have numerical pads. I believe”s it’s only PC laptops that have them.
Regaridng your third suggestion, using the function key, how do you have it configured?
-
Nick Natteau
April 16, 2012 at 2:19 pm in reply to: where do I find keyboard shortcuts in Illustrator for “create new layer” and “delete layer”???Hi Les, thanks for replying. I actually just discovered that there is a shortcut for creating a new Layer: ⌘L
I’ll try to create an action for “delete layer” though. Thanks again.
-
Nick Natteau
March 10, 2012 at 4:44 pm in reply to: Keyboard shortcut for twirling or twiddling open/close tabs in timeline window???Whoa! Great! Silly me, I didn’t realize it was that simple. Thanks Dave!
-
Nick Natteau
March 9, 2012 at 2:13 pm in reply to: is there an easier way than Sure Target to dolly in on elements in a 3D scene???Thanks so much Ted, your method turned out to be the most efficient and easiest of them all!
-
Nick Natteau
March 9, 2012 at 2:59 am in reply to: is there an easier way than Sure Target to dolly in on elements in a 3D scene???Thanks very much everybody. Ted, can you elaborate a little more on your method?
Are you using only Nulls to do that? No cameras at all? I didn’t know you could do it without any cameras.
-
Nick Natteau
March 6, 2012 at 6:07 am in reply to: AE Sure Target 2: why is Sure Target always off center???Thank very much for your help. I saw the tutorial several times but I didn’t see where he mentions repositioning the target. Whenever I apply the Sure Target, it’s way off center from where it should be. Positioning doesn’t seem to work with the Sure Target. Can you tell me what I’m doing wrong?
Thanks again. will check the tutorial again but still haven’t been able to get Sure Target to center on my targets.
-
Thank you very much Craig and Ted. I will try out both ways. Very much appreciate your help.
-
Nick Natteau
February 21, 2012 at 10:53 pm in reply to: Why doesn’t the AE Numbers plug-in have commas???Hi Declan,
Thank you very much! I admire your patience with me. AE is an amazing program, and I feel like I’ve only just scratched the surface of what it can do. But all those expressions are really intimidating. I’m very grateful to you for taking the time to explain it all. I’m sure this will help others as well. Thanks again!
-
Nick Natteau
February 21, 2012 at 12:09 am in reply to: Why doesn’t the AE Numbers plug-in have commas???Hi Declan,
I believe some currencies like the Euro actually go after the number. So I’ve been trying to change the position of the currency from appearing before to appearing after with the point instead of slider expression, and it doesn’t seem to be working:
I tried changing this:
“$” + (effect(“Point Control”)(“Point”)[0].toFixed(2)).replace(/(d)(?=(d{3})+(?!d))/g, “$1,”);
to this:(effect(“Point Control”)(“Point”)[0].toFixed(2)).replace(/(d)(?=(d{3})+(?!d))/g, “$1,”); + “S”
but the currency symbol isn’t appearing after. It seems to be breaking the setup.