ruddiger7's Profile User Rating: -----

Reputation: 0 Apprentice
Group:
New Members
Active Posts:
3 (0.01 per day)
Joined:
11-April 12
Profile Views:
64
Last Active:
User is offline Apr 13 2012 09:02 PM
Currently:
Offline

Previous Fields

Dream Kudos:
0
Icon   ruddiger7 has not set their status

Posts I've Made

  1. In Topic: Drawing with arrow keys - turtle module.

    Posted 13 Apr 2012

    Thankyou goodsir. This is what I was looking to do.
  2. In Topic: Drawing with arrow keys - turtle module.

    Posted 13 Apr 2012

    Not quite sure if it helped to be honest. I consulted documentation and fixed it up a bit.
    class draw:
        def __init__(self, col, x, y):
            Turtle.__init__(self)
            self.color(col)
            self.shape("circle")
            self.goto(0, 0)
            pd()
            width(7)
        
            
            
    def U():
        fd(8)
        onkey(U, "Up")
        listen()
        
    def L():
        lt(8)
        onkey(L, "Left")
        listen()
    
    def R():
        rt(8)
        onkey(R, "Right")
        listen()
    
    def D():
        bk(8)
        onkey(D, "Down")
        listen()
    


    I just still cant get it to draw is all. :(

My Information

Member Title:
New D.I.C Head
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:

Contact Information

E-mail:
Private

Friends

ruddiger7 hasn't added any friends yet.

Comments

ruddiger7 has no profile comments yet. Why not say hello?