[Tweener] about path
Phil Kirkman
phil.kirkman at endlesshigh.com
Tue Jul 8 11:21:17 PDT 2008
I saw a nice webby with text aligned to curves, with the path describing a picture, it blew me away, can't find the url
----- Original Message -----
From: Baluta Cristian
To: tweener at lists.caurinauebi.com
Sent: Tuesday, July 08, 2008 7:12 PM
Subject: Re: [Tweener] about path
works with 1.31.70
did you initialized CurveModifiers?
On Tue, Jul 8, 2008 at 8:59 PM, Travis Almand <travisalmand at yahoo.com> wrote:
I remember reading about the bezier feature a while back. But the supplied code below doesn't work for me with the stable version on the GoogleCode page.
The example fla given on the page that explains the bezier code works only with the caurina classes that are included in the zip file. If I compile the example fla with the classes from the GoogleCode page it doesn't work complaining about the bezier.
Am I missing something? I would have thought this feature was in the regular build by now. Or is it just in one of the revisions on the SVN?
If the feature is not in the regular build then we might want to make sure that the guy asking for the advice knows he needs the special build.
travis
----- Original Message ----
From: Baluta Cristian <cristi.baluta at gmail.com>
To: tweener at lists.caurinauebi.com
Sent: Tuesday, July 8, 2008 8:05:26 AM
Subject: Re: [Tweener] about path
var myPath = new Array();
myPath.push ({_x:120, _y:120});
myPath.push ({_x:150, _y:150});
myPath.push ({_x:450, _y:10});
myPath.push ({_x:650, _y:280});
myPath.push ({_x:750, _y:60});
Tweener.addTween (obj, {_x:50, _y:50, _bezier:myPath, time:2, transition:"easeoutquad"});
On Tue, Jul 8, 2008 at 3:19 PM, Bertrand KEMPF <lijko at lijko.org> wrote:
Hello,
how can i make a path of points with Tweener?
i got an array with Point objects, and would like to make follow a movieclip this virtual path...
thank a lot
_______________________________________________
Tweener mailing list
Tweener at lists.caurinauebi.com
http://lists.caurinauebi.com/listinfo.cgi/tweener-caurinauebi.com
--
Cristi
www.ralcr.com
_______________________________________________
Tweener mailing list
Tweener at lists.caurinauebi.com
http://lists.caurinauebi.com/listinfo.cgi/tweener-caurinauebi.com
--
Cristi
www.ralcr.com
No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.138 / Virus Database: 270.4.6/1540 - Release Date: 08/07/2008 06:33
------------------------------------------------------------------------------
_______________________________________________
Tweener mailing list
Tweener at lists.caurinauebi.com
http://lists.caurinauebi.com/listinfo.cgi/tweener-caurinauebi.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.caurinauebi.com/pipermail/tweener-caurinauebi.com/attachments/20080708/ac821e41/attachment.htm>
More information about the Tweener
mailing list