vooga.games.doodlejump.platforms
Class LightBluePlatform

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

public class LightBluePlatform
extends BetterSprite

The LightBluePlatform class extends Sprite and defines a LightBluePlatform


Constructor Summary
LightBluePlatform()
           
LightBluePlatform(java.awt.image.BufferedImage image)
           
 
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

LightBluePlatform

public LightBluePlatform()

LightBluePlatform

public LightBluePlatform(java.awt.image.BufferedImage image)
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