Class Frog

java.lang.Object
  extended by greenfoot.Actor
      extended by Jumper
          extended by Frog

public class Frog
extends Jumper

Write a description of class Frog here.

Version:
(a version number or a date)
Author:
(your name)

Constructor Summary
Frog()
           
 
Method Summary
 void act()
          Act - do whatever the Frog wants to do.
 
Methods inherited from class Jumper
onGround
 
Methods inherited from class greenfoot.Actor
addedToWorld, getImage, getIntersectingObjects, getNeighbours, getObjectsAtOffset, getObjectsInRange, getOneIntersectingObject, getOneObjectAtOffset, getRotation, getWorld, getX, getY, intersects, move, setImage, setImage, setLocation, setRotation, turn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Frog

public Frog()
Method Detail

act

public void act()
Act - do whatever the Frog wants to do. This method is called whenever the 'Act' or 'Run' button gets pressed in the environment.

Overrides:
act in class greenfoot.Actor