Search:

Type: Posts; User: GMPoison

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    2,000

    Re: Simple Balloon Applet [Help!!!]

    I changed the South and east (the two that aren't working):


    public void doSouth(){

    if (startY+10 <= boundY-70)
    startY+=10;
    else
    ...
  2. Replies
    3
    Views
    2,000

    Simple Balloon Applet [Help!!!]

    The bottom of the balloons string is supposed to stick to the bottom center (which it does). When you click a button, the balloon moves in that direction, simple. Problem is, for some reason, the...
Results 1 to 2 of 2