A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [F8] Image scroller problem

  1. #1
    Indiana Jones
    Join Date
    Aug 2007
    Posts
    5

    [F8] Image scroller problem

    Hi there,

    I have download this exemple from Flashkit: http://www.flashkit.com/tutorials/I...B-744/index.php

    Here is my issue:

    1) I am trying to remove the continuous animation from left to right.

    2) Also, I would like to have a more fluide and smoother mouvement when I move the mouse in the page and over the images

    3)I would also like to rollover an image and this image move to the middle of my page , not like this exemple.

    Can anyone give me a hand here on the code include (top exemple code) on my movie clip on the main scene to get what I want:

    onClipEvent (mouseMove) {
    xmousepos1 = _xmouse;
    ymousepos1 = _ymouse;
    if (xmousepos1>xmousepos2 && ymousepos1>-98 && ymousepos1<-33) {
    _root.scrollclip.nextFrame();
    }
    if (xmousepos1-98 && ymousepos1<-33) {
    _root.scrollclip.prevFrame();
    }
    if (ymousepos1<-98 || ymousepos1>-33) {
    play ();
    }
    xmousepos2 = _xmouse;
    ymousepos2 = _ymouse;
    }


    As I am not an expert in coding, please try to show me the good way.

    Many thanks,

    Indy

  2. #2
    aarif
    Join Date
    Jul 2007
    Location
    UAE
    Posts
    39
    hi

    the link you provided is not working send it again.



    regards
    aarif

  3. #3
    Indiana Jones
    Join Date
    Aug 2007
    Posts
    5

    Link for Image scroller problem

    Actually aarif, the link is the following:

    http://www.flashkit.com/tutorials/In...-744/index.php

    hope it works this time...

    Koool36

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