Search:

Type: Posts; User: Optimizer

Search: Search took 0.11 seconds.

  1. Replies
    9
    Views
    1,186

    Re: Object Speed problem! (move();)

    Decided to go for it myself. Coded this;


    public class Auto extends Game1
    {
    private int delcount = 1;

    public void act()
    {
    world theWorld = (world) getWorld();
  2. Replies
    9
    Views
    1,186

    Re: Object Speed problem! (move();)

    I dont know how to do that:/ im new to programming
  3. Replies
    9
    Views
    1,186

    Re: Object Speed problem! (move();)

    ehm.. idk how to do that.. i'll try to explain as good as possible..

    There is this car in my game that moves straight in 1 line. (addObject(new Auto(), x, x))
    The actor (Auto) has the code I...
  4. Replies
    9
    Views
    1,186

    Object Speed problem! (move();)

    Hey guys! I need some help with my 'Auto(car)' that needs to go slower.. right now it's moving too fast. this is my code:


    public void act()
    {
    world theWorld = (world)...
Results 1 to 4 of 4