Search:

Type: Posts; User: a swan ting

Search: Search took 0.08 seconds.

  1. Replies
    12
    Views
    2,566

    Re: Help with Object Looping

    Right just had to run some errands, back to work.

    I've made progress in the sense that I can see the loop works but I cannot get it to increment the ball each time it draws it. At this point I'm...
  2. Replies
    12
    Views
    2,566

    Re: Help with Object Looping

    Here it would be a case of drawing enough circles to fill the frame regardless of its size. The assignment is a very simple in that all it wants is for me to understand how a loop can be used to draw...
  3. Replies
    12
    Views
    2,566

    Re: Help with Object Looping

    Well the pattern needs to be as follows:

    _o
    ___o
    _____o
    _______o
    _________o
    ___________o

    So basically as many circles as it takes to get from the top left of the...
  4. Replies
    12
    Views
    2,566

    Re: Help with Object Looping

    This is the direction I was going in but I'm pretty sure I'm way off the mark.
    I'm thinking it's something along these lines but I haven't been able to get anywhere with it.




    import...
  5. Replies
    12
    Views
    2,566

    Re: Help with Object Looping

    I just don't know where to start with this code.

    In practice it makes sense, create a for loop that redraws the circle and increments it by say 50 pixels down and to the right each time. But so...
  6. Replies
    12
    Views
    2,566

    Help with Object Looping

    Hey everyone, first post from me.

    I'm currently doing a programming course and although so far I've been able to get my head around my assignments this one has me stumped. Here is the code which...
Results 1 to 6 of 6