vooga.games.doodlejump.monsters
Class FlyingMonster

java.lang.Object
  extended by com.golden.gamedev.object.Sprite
      extended by vooga.engine.core.BetterSprite
          extended by vooga.games.doodlejump.monsters.FlyingMonster

public class FlyingMonster
extends BetterSprite

The FlyingMonster class extends AnimatedSprite and defines a FlyingMonster


Constructor Summary
FlyingMonster()
           
FlyingMonster(java.awt.image.BufferedImage[] images)
           
 
Method Summary
 void firstRun()
          Override this method to do any initializations necessary after the sprite is initialized by the level file.
 void update(long elapsedTime)
          Specify how the GameEntity Object should be updated.
 
Methods inherited from class vooga.engine.core.BetterSprite
addAnimatedImages, addHorizontalSpeed, addImage, addSprite, addVerticalSpeed, forceX, forceY, getCurrentSprite, getDistance, getDoubleStat, getHeight, getHorizontalSpeed, getImage, getIntStat, getStat, getTimeInExistence, getVerticalSpeed, getWidth, getX, getY, isActive, isOnScreen, move, moveTo, moveX, moveY, render, setActive, setAsRenderedSprite, setBackground, setDoubleStat, setHorizontalSpeed, setImage, setImages, setIntStat, setLayer, setLocation, setMovement, setSpeed, setStat, setVerticalSpeed, setX, setY
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlyingMonster

public FlyingMonster()

FlyingMonster

public FlyingMonster(java.awt.image.BufferedImage[] images)
Method Detail

firstRun

public void firstRun()
Description copied from class: BetterSprite
Override this method to do any initializations necessary after the sprite is initialized by the level file.

Overrides:
firstRun in class BetterSprite

update

public void update(long elapsedTime)
Description copied from class: BetterSprite
Specify how the GameEntity Object should be updated.

Overrides:
update in class BetterSprite