A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: AS3 Image Scroller

  1. #1
    Member
    Join Date
    Aug 2008
    Posts
    85

    AS3 Image Scroller

    I need to make a *LIGHTWEIGHT* horozontal image scoller. It will have a left and right arrow so users can go through the images. If I can just get this part working, I can add the other features later like making the images clickable. I just need somewhere to start. Also, this must import the image list dynamically (XML? PHP Vars?). I can format the list in any format.

    This is what I'm trying to reproduce.. in Flash AS3. The scroller on this page is written with about 45kb of javascript which I find ridiculous.

    http://www.tnt.tv/sports/nascar/racebuddy09_live/

  2. #2
    AS2 intolerant person
    Join Date
    Jan 2009
    Location
    Swansea
    Posts
    352
    this "gallery" your creating it split up into 2 parts, xml data, and scroll bar.

    you will have to complete each part seperately.

    follow this tutorial TO THE LETTER!

    http://www.flashessential.com/archives/17
    you then need to replace the textfield in the tut with a movieclip.


    now your algebraic skills will be strained. you have to use a mask to only show the part of the movielip you want to appear, and you have to modify the scrollbar to move the MC up or down.

    i strongly suggest that you go though each tutorial and figure the rest out for yourself.
    dont worry, its not impossible to figure it out. and if your AC3 skills are a bit rusty, then this little subproject will be a perfect way for your to get some practice.

    after i spent most of a day dissecting different ways of doing it.

    good luck, flos

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