Return-Path: Received: from mail-qa0-f49.google.com ([209.85.216.49] verified) by media-motion.tv (CommuniGate Pro SMTP 4.2.10) with ESMTP-TLS id 5179062 for ae-list@media-motion.tv; Sun, 18 Aug 2013 02:55:41 +0200 Received: by mail-qa0-f49.google.com with SMTP id cr7so1195536qab.8 for ; Sat, 17 Aug 2013 18:07:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=DuILz2HZC2fdVQB+9jtdWt8NsSL0oCNp7Q5fBRJhWec=; b=V5mwZMV4+VwcJPyTDObG5SlM8P7esAhWoVx1gP9oSUZYoZazQtwHvV44qZq2ELzOij 1GwP9aNYKN3KKvH95njRl1Qec2/FizMJpJczGHYc8WoEJAGWiZEEzpAZnp9HW2mg1fFu c7/WnSKHFOvrtDXp0Kq3HDdLKBb0/sHVEuJ32svr4AQQzVUF4DfjINv4yFfPc7a3Q6Mg RkNzrMxsl/KJerMoSVs7PZRzl+WBbItg0XtqGI+qtqB7Cd4s0wBFa9n2L1821AX7mMvf PBGXAA+dd0CSglfLY9Gk8ZAmMV9OTPxH/sb4P3+dSs4BTReCPAE+xuygtnKRky6vyCr+ 6+nw== X-Received: by 10.224.20.7 with SMTP id d7mr5984485qab.2.1376788063506; Sat, 17 Aug 2013 18:07:43 -0700 (PDT) Return-Path: Received: from [192.168.1.137] (n221s141.ntc.harrisonburg.shentel.net. [204.111.221.141]) by mx.google.com with ESMTPSA id m8sm6932819qay.0.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 17 Aug 2013 18:07:42 -0700 (PDT) Message-ID: <52101E4D.9030704@gmail.com> Date: Sat, 17 Aug 2013 21:07:25 -0400 From: Bruce Wainer User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: After Effects Mail List Subject: Re: [AE] Sat. Night Expression Question References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On a null layer, apply the "Slider Control" effect. In the camera or the text, (not both) change the position expression to be: (whatever is already there) + [0,0,---SLIDER---] For "---SLIDER---", use the pick-whip to select the number field of the slider effect. Then any changes to the slider will be added to the Z-parameter of your position. to change position over time, simply keyframe the slider values. So if you made the change to the text position, the expression might look like: thisComp.layer("Camera 1").transform.position + [0,0,250+thisComp.layer("Position Control").effect("Slider Control")("Slider")] or: thisComp.layer("Camera 1").transform.position + [0,0,250] + [0,0,thisComp.layer("Position Control").effect("Slider Control")("Slider")] Bruce On Saturday, August 17, 2013 8:56:28 PM, Stephen van Vuuren wrote: > I’ve got a comp with a camera flying forward while slowly rotating in > Z through a 3D scene (title sequence). I want text layers to be offset > from the camera in front. That’s easy: > > thisComp.layer("Camera 1").transform.position + [0,0,250] > > thisComp.layer("Camera 1").transform.zRotation – 90 > > But I want the text layers to be moving slightly off-speed with > respect to the camera, camera slowly catches up and passes them, so a > variable offset if you will. And nice if further offset could be tied > to opacity (far away would fade in). > > I could manually do this of course but wondered if there was some cool > way to do it with expressions. > > *stephen van vuuren* > > 336.202.4777 > > ** > > *http://www.insaturnsrings.com/* > > *http://www.sv2dcp.com/* > > *http://www.sv2studios.com/* > > ** > > /A film is – or should be – more like music than like fiction. It > should be a progression of moods and feelings. The theme, what’s > behind the emotion, the meaning, all that comes later./ > > –*Stanley Kubrick* >