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 6720943
In Process

The Archive Base Latest Questions

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

Sometimes when I play my sidescroller, I move at the normal speed. However, other

  • 0

Sometimes when I play my sidescroller, I move at the normal speed. However, other times my character moves very slow. The code never changes at all, so I think this currentTimeMillis method is at fault. Can anyone explain why I sometimes move very slowly and other times faster? Thanks.

public void run(){                              // run method for animation
        beforeTime = System.currentTimeMillis();        
        while(animationDone == false){              
            jumpCycle();                    
            timeDifference = System.currentTimeMillis() - beforeTime;
            sleepTime = 4 - timeDifference;         
            if(sleepTime < 0)       
                sleepTime = 2;              
            try{                        
                Thread.sleep(sleepTime);        
            }           
            catch(Exception e){             
            }
            beforeTime = System.currentTimeMillis();    
        }
        isJumping = isFalling = animationDone = false;
    }

Edit: For anyone with the same problem, I ended up just using java.util.Timer and java.util.TimerTask to accomplish this with platform independent precision.

  • 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-26T09:16:19+00:00Added an answer on May 26, 2026 at 9:16 am

    The inherent problem in your animation code is that you’re relying on the passage of time to do the animation correctly. On any computer system this is impossible, due to thread scheduling.

    The way computer games solve this problem is by changing the amount of animation done according to the amount of time that passed since the last draw. That way, regardless of your frame-rate, the animation speed will not change.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The following AS3 code is sometimes causing the audio to play multiple times, almost
Sometimes I have to work on code that moves the computer clock forward. In
Sometimes a labeled break or continue can make code a lot more readable. OUTERLOOP:
Sometimes coloring a logfile or other gives a good overview when looking for stuff
I use MPMoviePlayerController to play some Video and Audio streams on iPhone. Sometimes some
When playing a sound using e.g: sound(x,fs); I sometimes by accident play the wrong
When I load script/console , sometimes I want to play with the output of
I use audio tag to play sound, here's code: <audio autoplay=autoplay controls=controls> <source src='
I am using the following code to play the video. Actually it is playing
I'm using the following code to try to play a sound clip with the

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.