Scroll

This movie requires Flash Player 9

17 Responses to “Scroll”

  1. mg Says:

    Love the effects!

    One quick question when using effects such as scroll with a tabnavigator rather than a viewstack (the only difference from the sample) there’s a noticeable “jump” where it looks like the top padding of the tabnavigator isn’t being taken into account.

    I see in the source some code that looks like it’s there to do the calc for the tabnavigator. Is this a current limitation or is there something simple I’m not doing to set the effect up correctly? Thanks again. Fantastically fun project ;)

  2. admin Says:

    The ViewStack Effects require a helper class for their layout. If a helper class isn’t defined then by defaukt it uses ViewStackHelper.

    Try passing TabNavigatorHelper as the helper and see if that solves the problem. If it doesn’t can you put your example online, with the source and give me the link so I can have a look into fixing it.

  3. Boris Says:

    I have a strange behavior - When i move my components the content isn’t clickable after scrolling - i dont know what im doing wrong

  4. Tink Says:

    Bear with me whilst I take a look into this Boris.

  5. Boris Says:

    I solved it - you have to wrap your components into a canvas - than will everythings works finest

  6. Tink Says:

    Thats a good find, although why you have to do that I don’t know.

    Thanks for pointing it out, I’ll look to see if I can actually resolve why this is required and see if I can provide a nicer solution.

  7. mg Says:

    Thanks for the response… that did it ;) Thought that I had tried that when I first grabbed the source, but obviously did something wrong. Just repointing it at the TabNavigatorHelper did the trick. Once again thanks.

  8. Matt Says:

    Excellent work, Tink.

    Just what I’ve been looking for.
    I cant view the source. The option isn’t there. :(
    Is there a source I can view for these excellent examples?

  9. Tink Says:

    Hey Matt

    “View Source” is an option in the context menu when you right click on the movie. You don’t see that?

  10. Matt Says:

    Hey Tink

    That’s where I assumed it would be, but I’m not seeing it at all.
    I’ve tried it on two pcs now, and no option in the context menu at all. :(

  11. Tink Says:

    Here’s a direct link

    http://www.efflex.org/examples/viewStackEffects/Scroll/srcview/index.html

  12. Rodrigo Says:

    Love this effets, i was waiting you publish the effects since i saw it comming soon. I have a basic question… that i cannot understand, anyone can help me?.

    When i add the xmlns:viewStackEffects=”org.efflex.viewStackEffects.*” to application tag, it sopouse to enables the

    but i don’t see it in the intelligytype and it causes a compiler error, it doesnt recognize the namespace… why?

    Thank you all in advance.

  13. rames Says:

    Argh!
    the scroll effect is great, but it just won’t work properly… As soon as I add even a little label in the viewstack’s canvas, the effect bugs. Even embeding fonts doesn’t work…
    If someone might help me…

  14. Tink Says:

    Currently there is a fairly fundamental bug that means they will only work if you set the creationPolicy of the ViewStack to “all”.

    I’m fairly tied up at the moment, and no-one else has stepped forward offering help with the project so it looks like it will remain like this at least until the new year.

  15. Chris Says:

    Is there any way to control the direction (up, down, left, right) in the scroll as oppose to just being able to supply vertical and horizontal?

  16. Tink Says:

    Hi Chris

    No, thats not possible, although its quite feasible you could build an effect that did that.

  17. Seppe Says:

    Love it! Thanks a lot!

Leave a Reply