Return-Path: Received: from mail-ee0-f41.google.com ([74.125.83.41] verified) by media-motion.tv (CommuniGate Pro SMTP 4.2.10) with ESMTP-TLS id 4648641 for AE-List@media-motion.tv; Thu, 08 Mar 2012 00:33:05 +0100 Received: by eeke53 with SMTP id e53so2432668eek.28 for ; Wed, 07 Mar 2012 15:40:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:mime-version:content-type:subject:date:in-reply-to:to :references:message-id:x-mailer; bh=BNKG5Gc6HHsnZu31ol3EW97c44WhVvaT6lSF3qQU1uA=; b=cc3xzKgqLMyqQau7YLFo/RSLkyn5aR9KRihrkGzMxelpqoBsT8neO8jiib1J0+5Bqf 1eQAoZfi36rw+IMl3UwFltUWHRpEbmAqnMcpkDsqKXLZVIy4VxCgZLO+Rysjeft7hqwU aajKkglegquni3zrWj9yf5rCo13daYtUQpE1jeiPtO5bNXen1QTzNTWAXNwnpvMy+J1V wTUipF8CNtI54WK8dls8ttT1/a84WF7Gl+xrXL7+yWzhhkil4XkI0UlHRZHfWuXnQR6U PCQSrVm2nl0ITRl4oZZk6/wxMjeVUQS8co0NKrH2yoC8MrvGNTLZ8xOWtguB9dhWM6lk zEhw== Received: by 10.14.98.206 with SMTP id v54mr1678756eef.82.1331163601566; Wed, 07 Mar 2012 15:40:01 -0800 (PST) Return-Path: Received: from [192.168.1.102] (dhcp-077-249-019-212.chello.nl. [77.249.19.212]) by mx.google.com with ESMTPS id o11sm84469622eef.4.2012.03.07.15.39.59 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 07 Mar 2012 15:40:00 -0800 (PST) Sender: Gary Berendsen From: Gary Berendsen Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: multipart/alternative; boundary="Apple-Mail=_452B5679-6007-4F70-BF4A-06AC58C6384B" Subject: Re: [AE] Expression while loops Date: Thu, 8 Mar 2012 00:39:58 +0100 In-Reply-To: To: "After Effects Mail List" References: Message-Id: <337F75FD-4105-4A61-807D-9A544DD4490E@garyberendsen.com> X-Mailer: Apple Mail (2.1257) --Apple-Mail=_452B5679-6007-4F70-BF4A-06AC58C6384B Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 what i was trying to do to a property is: for ( x =3D 0; x < 360; x++ ) { printf( "%d\n", x ); } but instead of the printf in C this would change the value of the = property. Gary Berendsen - VFX Generalist @DuintjerCS Kamer 10.09 Vijzelstraat 72 1017 HL Amsterdam gary@garyberendsen.com mob:+31 6 1438 5398 http://garyberendsen.com On Mar 8, 2012, at 12:17 AM, Zack Lovatt wrote: > Hey Gary! >=20 > I wrote up a post on this a while back, included an AEP with it at the = bottom. Hopefully it's written understandably; if you have any = questions, comments and/or concerns don't hesitate to respond or contact = me off-list for clarification: >=20 > http://zacklovatt.com/2012/02/for-while-loops/ >=20 > Otherwise, it may help if you try to explain what you're looking to = accomplish; there may be an alternate method to it. >=20 > Zack Lovatt > 416.786.4129 > www.zacklovatt.com >=20 >=20 > On Wed, Mar 7, 2012 at 1:08 PM, Gary Berendsen = wrote: > How do you animate a while loop in AE? > When I use it I just get the final return of the expression. >=20 > Also another question how do you invert the exponential curve from = math.exp so things start slower and go fster at the end? >=20 > --=20 > gary berendsen > http://garyberendsen.com > VFX generalist >=20 >=20 > +---End of message---+ > To unsubscribe send any message to >=20 --Apple-Mail=_452B5679-6007-4F70-BF4A-06AC58C6384B Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=iso-8859-1 what = i was trying to do to a property is:

for ( x =3D 0; x = < 360; x++ ) {
printf( "%d\n", x );
    = }

but instead of the printf in C this would = change the value of the = property.


Gary = Berendsen - VFX Generalist
  @DuintjerCS = Kamer 10.09
  Vijzelstraat = 72
  1017 HL Amsterdam
  mob:+31 6 1438 = 5398




On Mar 8, 2012, at 12:17 AM, Zack Lovatt wrote:

Hey = Gary!

I wrote up a post on this a while back, included an AEP = with it at the bottom. Hopefully it's written understandably; if you = have any questions, comments and/or concerns don't hesitate to respond = or contact me off-list for clarification:

http://zacklovatt.= com/2012/02/for-while-loops/

Otherwise, it may help if you = try to explain what you're looking to accomplish; there may be an = alternate method to it.

Zack Lovatt
416.786.4129
www.zacklovatt.com


On Wed, Mar 7, 2012 at 1:08 PM, Gary = Berendsen <gary@garyberendsen.com> wrote:
How do you animate a while loop in AE?
When I use it I just get the final return of the expression.

Also another question how do you invert the exponential curve from = math.exp so things start slower and go fster at the end?

--
gary berendsen
http://garyberendsen.com
VFX generalist


+---End of message---+
To unsubscribe send any message to <ae-list-off@media-motion.tv>


= --Apple-Mail=_452B5679-6007-4F70-BF4A-06AC58C6384B--