try using this:
(new com.mosesSupposes.fuse.Fuse(
 {label: "start", target: blah, _y: yend, seconds: 1, ease: "easeInOutQuad"},
 {target: blah, _y: ystart, seconds: 1, ease: "easeInOutQuad"},
 {command: "skipTo", commandargs: ["start"]}
)).start();

//roger
//partlyhuman.com

On 2/23/06, artur <[EMAIL PROTECTED]> wrote:
> i cant seem to figure this one out:
>
> i want to create a tween that loops the _y value of an mc.
> ( so that it goes from point A --> B --> A and loop infinitely)
>
> and upon its rollover i want the loop to stop and for the mc to
> scale 120%.
>
> im sure this is a no brainer ..i just cant figure it out..
> thanks in advance.
>
> artur
>
>
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
>
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to