java.lang.Object
public class Simon
Simon-Minispiel
Field Summary | |
---|---|
protected int[] |
abfolge
|
protected ea.AudioManager |
audiomanager
|
protected ea.Figur |
down
|
protected ea.Text |
enter
|
protected int |
gedrueckt
|
protected ea.Text |
high
|
protected int |
highscore
|
protected ea.Figur |
left
|
protected ea.Manager |
manager
|
protected boolean |
newHighscore
|
protected int |
punktzahl
|
protected java.util.Random |
random
|
protected ea.Figur |
right
|
protected ea.Text |
score
|
protected ea.Sound |
sDown
|
protected ea.Sound |
sFail
|
protected ea.Sound |
sLeft
|
protected Spiel |
spiel
|
protected ea.Sound |
sRight
|
protected java.lang.String |
status
|
protected ea.Sound |
sUp
|
protected ea.Text |
tasteS
|
protected ea.Figur |
up
|
protected int |
zaehler
|
Fields inherited from class |
---|
farbzyklus, roh |
Constructor Summary | |
---|---|
Simon(Spiel spiel)
Constructor for objects of class Simon |
Method Summary | |
---|---|
void |
abfolgeErhöhen()
|
void |
blinken(int direction)
|
void |
onInput(int code)
|
void |
tick()
|
Methods inherited from class |
---|
add, add, alleElemente, besitzt, bewegen, dimension, entfernen, entfernenOhnePhysikAbmelden, flaechen, leeren, leerenOhnePhysikAbmelden, schneidet, verschieben, zeichnen |
Methods inherited from class |
---|
aktivMachen, beinhaltet, bewegen, fallReagierbarAnmelden, halbesAlpha, heavyComputingSetzen, hoehenUnterschied, inFlaeche, kritischeTiefeSetzen, leuchterAbmelden, leuchterAnmelden, loeschen, mittelPunkt, mittelpunktSetzen, mittelpunktSetzen, neutralMachen, passivMachen, position, positionSetzen, positionSetzen, positionX, positionY, problem, schwerkraftAktivSetzen, sichtbar, sichtbarSetzen, sprung, stehReagierbarAnmelden, steht, stehtAuf, verschieben, zeichnenBasic, zentrum, zuFarbeKonvertieren |
Methods inherited from class |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int[] abfolge
protected ea.AudioManager audiomanager
protected ea.Figur down
protected ea.Text enter
protected int gedrueckt
protected ea.Text high
protected int highscore
protected ea.Figur left
protected ea.Manager manager
protected boolean newHighscore
protected int punktzahl
protected java.util.Random random
protected ea.Figur right
protected ea.Text score
protected ea.Sound sDown
protected ea.Sound sFail
protected ea.Sound sLeft
protected Spiel spiel
protected ea.Sound sRight
protected java.lang.String status
protected ea.Sound sUp
protected ea.Text tasteS
protected ea.Figur up
protected int zaehler
Constructor Detail |
---|
public Simon(Spiel spiel)
Method Detail |
---|
public void abfolgeErhöhen()
public void blinken(int direction)
public void onInput(int code)
public void tick()
tick
in interface ea.Ticker