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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:44:10+00:00 2026-06-13T11:44:10+00:00

I want to move objects from left to right on the screen for an

  • 0

I want to move objects from left to right on the screen for an unlimited time. I can move one object with this code. What I want is that every second a new instance of this object start moving from the left. So at first I see one object moving. The next second I see 2 objects moving. In a couple of seconds I want to see objects moving from left to right. How to achieve this? Am I on the right track?

timer1 = new Timer();
timer1.scheduleAtFixedRate(new TimerTask() {            
            @Override
            public void run() {
                TimerMethod();
            }

        }, 1000, 2000);

 private void TimerMethod()
            {

                this.runOnUiThread(Timer_Tick);
            }
private Runnable Timer_Tick = new Runnable() {
                public void run() {
                    moveAnimation();
                }
            };

public void moveAnimation() {
//the actual animation
 move = new TranslateAnimation(0, 500, 0, 0);
             move.setDuration(2000);
             move.setFillAfter(true);
             move.setAnimationListener(new AnimationListener(){

                    @Override
                    public void onAnimationEnd(Animation arg0) {
                    }

                    @Override
                    public void onAnimationRepeat(Animation arg0) {  }

                    @Override
                    public void onAnimationStart(Animation arg0) {  }
                });

}
  • 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-06-13T11:44:11+00:00Added an answer on June 13, 2026 at 11:44 am

    As no one answered I am just telling that I started learning AndEngine and I managed to create new instances of an object appear and move from anywhere outside the screen to anywhere inside the screen in random director and at random velocity, which is far more than I wanted to achieve first.

    If anyone wants to learn AndEngine, you find the tutorials here. I also suggest to download the AndEngine app from the market to see what this engine is capable of.

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

Sidebar

Related Questions

I have several objects like this: I want to move type and value one
I want to move the field honk and it's data from one model to
I have an object that have a background with background-position top right I want
I am using the IPhone's Accelerometer to make a object move. I want to
I want to move a part, i.e. one subdirectory of an existing, private mercurial
I wanted to ask if anyone knows how to move map from one div
I'm attempting to move from VS2008 to VS2010 and want to also upgrade the
I'm trying to enable a user to pan up/down and left/right an object in
I have a android game where I have to from time to time move
Coming from C++, here's my question : I have created objects of this type

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.