Search:

Type: Posts; User: Lurie1

Search: Search took 0.18 seconds.

  1. [SOLVED] Re: Nothing really wrong but i cant seem to get past a stone wall

    ok sorry this is really confusing but don't worry this code was a total dud.
  2. [SOLVED] Re: Nothing really wrong but i cant seem to get past a stone wall

    ok i can open the game, the screen dose not update until after i click on color2, however after color2 is clicked the screen is updated, or rather it stays the same until the new screen is drawn and...
  3. [SOLVED] Re: Nothing really wrong but i cant seem to get past a stone wall

    i do have the logic of the program:

    1. opens the game
    2. checks if game is open (the problem step)
    3. move mouse to center game screen
    4. do beginning game moves
    5. ect.
  4. [SOLVED] Re: Nothing really wrong but i cant seem to get past a stone wall

    ok so i can find the pixel and i can move the mouse, however the trouble is that after it finds the first pixel and clicks on it then finds the second pixel and clicks on it, the game updates and...
  5. [SOLVED] Re: Nothing really wrong but i cant seem to get past a stone wall

    ok sorry on reading it does seem quite badly written.

    what i want the program to do is:

    get the screenshot search it for a pixel, and move the mouse to that pixel, if it cant find the pixel i...
  6. [SOLVED] Nothing really wrong but i cant seem to get past a stone wall

    <
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.Robot;
    import java.awt.AWTException;
    import java.awt.Rectangle;
    import java.awt.Color;
    import java.awt.Toolkit;
    import...
Results 1 to 6 of 6