JacobOlson/arcade/ArcadeGames

From ggc

Jump to: navigation, search

01 package JacobOlson.arcade;
02 
03 import arcade.*;
04 import wiki.Wiki;
05 /**
06  * All about my class here.
07  @author Jolson
08  */
09 public class ArcadeGames extends ArcadeGame
10 {
11   public ArcadeGames()
12   {
13     setName("My Arcade Games");
14     addArcadeLevel(new JacobOlson.wackadot.WackadotLevel());
15     addArcadeLevel(new JacobOlson.DoorGameLevel());
16     addArcadeLevel(new JacobTyler.InteractiveArtLevel());
17     addArcadeLevel(new JacobOlson.BreakoutLevel());
18     //addArcadeLevel(new BellOlson.FinalAssignmentLevel());
19   }
20 }

Compiler Errors:
----------
1. ERROR in JacobOlson/arcade/ArcadeGames.java (at line 14)
	addArcadeLevel(new JacobOlson.wackadot.WackadotLevel());
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
JacobOlson.wackadot.WackadotLevel cannot be resolved to a type
----------
----------
2. ERROR in JacobOlson/wackadot/WackadotLevel.java (at line 14)
	public class Wackadot extends arcade.ArcadeLevel
The constructor ImageSprite(URL) is undefined
----------
7 problems (7 errors)

Download/View JacobOlson/arcade/ArcadeGames.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