A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Buttonless Interactivity

  1. #1
    Junior Member
    Join Date
    Oct 2004
    Location
    new york
    Posts
    8

    Buttonless Interactivity

    Hello everyone!

    I'm a bit stumped. I've ran through a couple of tutorials on "buttonless scrolling" for Flash movies. I did find one, but it doesn't seem to allow the developer to control the speed of the scrolling images? It's a bit slow (if you click on the URL for the tutorial and you'll see the demo):

    Tutorial off FlashKit - Buttonless Scrollbar

    I'm looking for what the online site for V Magazine has. Check it out and you'll see what I mean:

    After the preloader is done and after the whole quick scroll of the magazine covers are over, click on the button "V Magazine" on upper lefthand corner again to retrieve the buttonless scrolling coverart gallery.

    V Magazine Online Site

    The buttonless scrolling speed seems to be controlled by the mouse's direction and the scrolling gallery seems automatic at the same time.

    ActionScripting? Tweening?

    Anyone who can help me (even if it's only a partial of this question) then it would be of great help! I'd so appreciate it.

    Many thanks in advance for your time!

  2. #2
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    In the first part of the script there are two variabkes that at least are named speed. Have you tried to change them?

    _root.idleScrollSpeed = 1;
    _root.overScrollSpeed = 10;

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  3. #3
    Junior Member
    Join Date
    Oct 2004
    Location
    new york
    Posts
    8
    I must have overlooked that part! I'm going to give that a shot. Thanks!

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    You could also up the framerate on this tween based one...

    http://www.flashkit.com/movies/Inter...1818/index.php

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center