jkururin
Class MovingBackground

java.lang.Object
  |
  +--jkururin.Sprite
        |
        +--jkururin.MovingBackground

public class MovingBackground
extends Sprite

Title: JKururin

Description: A Kuru Kuru Kururin Clone

Copyright: Copyright (c) 2002 foundation.ath.cx

Company: Empyrie

Version:
1.0
Author:
ozitvogel@yahoo.fr

Fields inherited from class jkururin.Sprite
centerx, centery, collideable, colmincx, colmincy, height, image, images, index, indexinc, level, mincx, mincy, transform, width, x, y
 
Constructor Summary
MovingBackground()
           
 
Method Summary
 void cycle()
          shoud be redifined by subclasses, currently increments the animation index and transforms the sprite coords to level ones
 
Methods inherited from class jkururin.Sprite
setImage
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

MovingBackground

public MovingBackground()
Method Detail

cycle

public void cycle()
Description copied from class: Sprite
shoud be redifined by subclasses, currently increments the animation index and transforms the sprite coords to level ones
Overrides:
cycle in class Sprite