return "The Gamelication Toolkit\nVersion 0.1\nWritten by Jeremy Hutchins, jgh8962@@cs.rit.edu\n\nYou are free to use, copy, and modify the source without restriction. However, it is requested that the author is mentioned in any pertinent credit sections released with code developed with the Gamelet Toolkit.";
} /*getAppletInfo*/
/**
* Get codebase for the directory of the Gamelication.
*/
public String getCodeBase() {
return codebaseDir;
}
/**
* Displays the current status of the current Gamelication.
*/
public void showStatus( String gamelicationStatus ) {
System.out.println( gamelicationStatus );
}
/**
* Get an image from a file.
*/
public Image getImage( String codeBase, String imagefile ) {
public void play( String codeBase, String auFile ) {
audioManager.play( codeBase+auFile );
}
} /*Gamelication*/
@
1.4
log
@*** empty log message ***
@
text
@d41 1
a41 1
public EventManager eventManager= new EventManager();
@
1.3
log
@*** empty log message ***
@
text
@d187 1
a187 2
return "The Gamelication Toolkit\nVersion 0.1\nWritten by Jeremy Hutchins, jgh8962@@cs.rit.edu\n\nYou are free to use, copy, and modify the source without restriction. However, it is requested that the author is mentioned in any pertinent credit section
s released with code developed with the Gamelet Toolkit.";
@
1.2
log
@*** empty log message ***
@
text
@d42 1
d99 1
d187 2
a188 1
return "The Gamelication Toolkit\nVersion 0.1\nWritten by Jeremy Hutchins, jgh8962@@cs.rit.edu\n\nYou are free to use, copy, and modify the source without restriction. However, it is requested that the author is mentioned in any pertinent credit sections released with code developed with the Gamelet Toolkit.";
d216 1
a216 1
// Not implemented yet.
@
1.1
log
@Initial revision
@
text
@a154 1
a155 20
* Pass the event along to the EventManager for handling.