A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: How is this done? I like it!!

  1. #1
    Senior Member
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    189

    How is this done? I like it!!

    Hi guys, does anyone know exactly how this effect with the scrolling images on THIS SITE Has anyone seen a tutorial for it? How difficult is it? Many thanks.

  2. #2
    Senior Member
    Join Date
    Jan 2004
    Posts
    245
    Try my easy sample

    onClipEvent(enterFrame){

    if (_parent._xmouse > _x){
    _x = _x + 10;
    } else {
    _x = _x - 10;
    }
    }

    Regards Barry_UK

  3. #3
    Senior Member
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    189
    How about a tutorial for this? I've seen one somewhere but I can not find it now, I even downloaded the Fla back then....

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