Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1010855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T09:08:50+00:00 2026-05-16T09:08:50+00:00

i am trying to change images of a slideshow using mousemove. but its not

  • 0

i am trying to change images of a slideshow using mousemove. but its not working correctly. It only works correctly first time and after that even the mouse is not clicked it assumed that mouse is clicked.
You can check demo here
http://unirazz.com/kb/html/movie.html

here is the code for mousemove

        var clicking = false;
        var pageX = 0;

        $('#movieShow').mousedown(function(e){
            clicking = true;
            pageX = e.pageX;            
        });

        $(document).mouseup(function(e){
            clicking = false;
            pageX = 0;
            //alert('h');
        })

        $('#movieShow').mousemove(function(e){
            if(clicking == false) return;

            // Mouse click + moving logic here
            //$('.movestatus').text('mouse moving');
            if(pageX == 0) return;
            if((e.pageX - pageX) > 0){
                var t = e.pageX - pageX;
                if(t%10 == 0){
                    pageX = e.pageX;
                    //console.log('right');
                    rightClick();
                }
            }
            else{
                var t = pageX - e.pageX;
                if(t%10 == 0){
                    pageX = e.pageX;
                    //console.log('left');
                    leftClick();
                }           
            }
        });
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T09:08:51+00:00Added an answer on May 16, 2026 at 9:08 am

    It seems to be getting confused when you click and hold and drag your mouse outside the ‘movieShow’. Your document.mouseup isn’t working so it never sets clicking to false;

    I think you need to define a mouseout for ‘movieShow’ that does the same thing as mouseup

    $('#movieShow').mouseout(function(e){
        clicking = false;
        pageX = 0;
    })
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to add/change images in my project, using Microsoft Visual Studio 2008 C#.
I am trying to change images of my tabbar in a ViewController, but to
I am using knockout for the first time and I am trying to make
I am trying to change desktop image using below code: NSError *anError = nil;
Im working in WPF and I am trying to change the image of a
I'm trying to make an image change its rotation between 2 position in an
I'm trying to write some code for a slideshow background. Please not watch what
Im trying to make a generic script to change images on mouseover and mouseout.
I'm trying to change an image for my XAML element but can't figure out
I'm trying to change the source of an image at run time in order

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.