Carousel direction

Hi,

Is it possible to change the direction of the carousel?
Now it goes from right to left but I want it to go from left to right.

Thnx.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Not at this time. This behavior is hard-coded into the effect itself,
and the Action can’t influence that.

Walter

On Jul 20, 2010, at 8:39 AM, david Verbruggen wrote:

Hi,

Is it possible to change the direction of the carousel?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Walter,

Can I change it in the code of the effect?

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You can certainly try. Locate the Action file (probably in ~/Library/
Application Support/Freeway 5/Actions/General/Protaculous.fwactionb
and Control-click on it to get the contextual menu. Choose View
package contents… and look inside the bundle. Navigate until you
find glider.js in the Support Files~ folder. Open that file in a
programmer’s editor, and see what you make of it. You’re either going
to redefine Effect.SmoothScroll (starting at line 140) or maybe hack
up the call to it (redefining the x and y you want it to move to)
inside moveTo (line 78).

Walter

On Jul 20, 2010, at 9:28 AM, david Verbruggen wrote:

Hi Walter,

Can I change it in the code of the effect?

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On 20 Jul 2010, 1:28 pm, david Verbruggen wrote:

Hi Walter,

Can I change it in the code of the effect?

David

Hi David,

I just had a look at the code Walter referred and was wondering if you managed to ‘redefine Effect.SmoothScroll’?

I can see the logic in scrolling left to right, after all its how most languages are read!

Worm


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options