import chess.*;//GEN-BEGIN:header
import java.awt.*;

/**
 * Qk2.java
 *
 * Created on Jun 11, 2007, 3:39:58 PM by G0706_QKELSAY1
 */
public class Qk2 {
    public void run() {//GEN-END:header
        Screen myscreen= Chess.newScreen();
        Turtle tim= myscreen.newTurtle();
        myscreen.newSprite("/sprites/crosshair.png",300,157);
        myscreen.newSprite("/sprites/coin2.png",199,140);
        myscreen.newSprite("/sprites/miniCooper.png",100,250);
  myscreen.newSprite("/images.jpg",90,50);
        tim.circle(60);
        tim.penUp();
        tim.back(100);
        tim.left(200);
        tim.penDown();
        tim.forward(40);
        tim.left(70);
        tim.penUp();
        tim.forward(120);
        tim.left(90);
        tim.penDown();
        tim.forward(120);
        tim.left(270);
        tim.penUp();
        tim.forward(60);
        tim.left(225);
        tim.penDown();
        tim.forward(85);
        tim.left(90);
        tim.forward(80);
        tim.penUp();
        tim.left(225);
        tim.forward(60);
        tim.penUp();tim.forward(60);tim.penDown();
        tim.right(90);tim.forward(120);
        tim.right(110);tim.forward(45);
        tim.right(70);tim.forward(100);
        tim.right(90);tim.forward(30);
        
        
        
      
    } //run//GEN-BEGIN:footer

    public static void main(String[] args) {
       new Qk2().run();
    } //main
    
} //class//GEN-END:footer
