Jam/HelloGameMod

From ggc

Jump to: navigation, search

01 package Jam;
02 
03 import wiki.Wiki;
04 import fang.*;
05 import java.awt.*;
06 import java.awt.geom.*;
07 
08 /**
09  * All about my game here.
10  @author Jam Jenkins
11  */
12 public class HelloGameMod extends GameLoop
13 {
14   private Sprite hello;
15   private Sprite eye;
16   
17   public void startGame()
18   {
19     hello=new OvalSprite(11);
20     hello.setLocation(0.50.5);
21     canvas.addSprite(hello);
22 
23     hello=new OvalSprite(11);
24     hello.setScale(0.1);
25     hello.setColor(Color.WHITE);
26     hello.setLocation(0.250.25);
27     canvas.addSprite(hello);
28   }
29 }


Download/View Jam/HelloGameMod.java





Views
Personal tools
Add to 
del.icio.usAdd to 
diggAdd to 
FacebookAdd to 
favoritesAdd to 
GoogleAdd to 
MySpaceAdd to 
PrintAdd to 
SlashdotAdd to 
StumbleUponAdd to 
Twitter