intro/HelpExample

From ggc

Jump to: navigation, search

01 package intro;
02 
03 import fang.*;
04 import java.awt.*;
05 import java.awt.geom.*;
06 
07 /**
08  * All about my game.
09  @author My Name Here
10  */
11 public class HelpExample extends Game
12 {
13   /**sets up the game*/
14   public void setup()
15   {
16     String helpText=
17         "Put your help here<br>"+
18         "More help and more<br>"+
19         "and more.";
20     setHelpText(helpText);
21   }
22 
23   /**handle input and game events*/
24   public void advance()
25   {}
26 }


Download/View intro/HelpExample.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