A Flash Developer Resource Site

Results 1 to 13 of 13

Thread: Help!!!!

  1. #1
    Junior Member
    Join Date
    Apr 2004
    Posts
    20

    Help!!!!

    Need to create the image scrolling effect (after intro) of the web site located here:
    http://www.henrithompson.com/Corpora...roup/home.html

    Does anyone had a component for this? Need to do as quickly as possible.

    Thanks!

  2. #2
    Between Flash & Flashkit timothye's Avatar
    Join Date
    Dec 2003
    Location
    Sweden
    Posts
    1,666
    what do you want to do is the question .. are you trying to just scroll text ..is the text in a textFiled , or is it loaded dynamically ,in a mc ??
    more information plz..
    I want to learn .
    wannabe flasher [ Actionscript 2.0 ]

  3. #3
    Junior Member
    Join Date
    Apr 2004
    Posts
    20
    I'm trying to creat the scrolling effect using images. No text should be involved just a way to make images scroll when the mouse is rolled over them.

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397

  5. #5
    Junior Member
    Join Date
    Apr 2004
    Posts
    20
    I'm currently unable to view the .fla, but will I be able to integrate the accel scroller with another .fla file. Of course, I would add in my image to create the effect.

  6. #6
    Between Flash & Flashkit timothye's Avatar
    Join Date
    Dec 2003
    Location
    Sweden
    Posts
    1,666
    ok well im not sure if this will help . but this will scroll a mc with img's placed inside on rollover and on roll out it will stop the scroll ..
    see attached file
    I want to learn .
    wannabe flasher [ Actionscript 2.0 ]

  7. #7
    Junior Member
    Join Date
    Apr 2004
    Posts
    20
    That file is fine, but it does not scroll as quickly as the link I posted or the other additional link referenced above.

  8. #8
    Between Flash & Flashkit timothye's Avatar
    Join Date
    Dec 2003
    Location
    Sweden
    Posts
    1,666
    change the _x-= numerhere change higher.. i set it at 1 set it at 5
    cheers .
    I want to learn .
    wannabe flasher [ Actionscript 2.0 ]

  9. #9
    Junior Member
    Join Date
    Apr 2004
    Posts
    20
    Where do you change the _x-= numerhere ? I'm a beginner flash user and apologize for not knowing this.

  10. #10
    Cubed Member Soccr743's Avatar
    Join Date
    Mar 2004
    Location
    Maryland
    Posts
    163
    Timothye if you use the _x=_x-..... method that would not be the same as the example klassicalnupe gave...

    I think it has to do with mouse postion and the width of all the images combined that would give you how fast it moves at a certain time...


    -----Soccr743-----

  11. #11
    Junior Member
    Join Date
    Apr 2004
    Posts
    20
    Soccr743:

    Do you know how to create the scrolling located here:
    http://www.henrithompson.com/Corpora...eCarawayGroup/

    I do not understand how to change the _x=s-... so any help on creating the scrolling effect would be appreciated.

  12. #12
    Cubed Member Soccr743's Avatar
    Join Date
    Mar 2004
    Location
    Maryland
    Posts
    163
    Ok well it has to do with the width of the combined images and the position of the mouse in the flash movie...

    Lets say all the pictures add up to 1000 px width and that the movie has a width of 500 px...

    So then the picture movieclip containing all of them would be at 2 times the position of the mouse in the movie...

    Now if you want to add pictures you have to change all this information so what you can do is say:

    MCWidth=PictureContainer._width;
    MOVWidth=Stage.width;
    PictureContainer._x=(_root._xmouse*(MOVWidth/MCWidth));

    But they have a nice "easing" effect to the movement which requires some more thought as to how they do that...

    I will post as soon as I can figure out how to do that...

    -----Soccr743-----

  13. #13
    Junior Member
    Join Date
    Apr 2004
    Posts
    20
    ok and please feel free to email me as well if you can. my address is klassicalnupe@hotmail.com. Thanks again!

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