Search:

Type: Posts; User: Optimizer

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    1,184

    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,184

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

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

    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,184

    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)...
  5. Replies
    1
    Views
    1,187

    Greenfoot.setWorld(new world(Uitleg));

    Hey everyone,

    This is my button:


    public class Uitleg extends Actor
    {
    public int Uitleg;

    public void act()
  6. Replies
    1
    Views
    1,007

    Random Number problem

    This is my code:


    public background()
    {
    super(8, 8, 60);
    setBackground("cell.jpg");
    maakland();
    maakdijk();
    maakWater();
Results 1 to 6 of 6