Class Score

java.lang.Object
  extended by greenfoot.Actor
      extended by Score

public class Score
extends greenfoot.Actor

Write a description of class Score here.

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

Constructor Summary
Score()
           
 
Method Summary
 void setScore(int score)
           
 
Methods inherited from class greenfoot.Actor
act, addedToWorld, getImage, getIntersectingObjects, getNeighbours, getObjectsAtOffset, getObjectsInRange, getOneIntersectingObject, getOneObjectAtOffset, getRotation, getWorld, getWorldOfType, getX, getY, intersects, isAtEdge, isTouching, move, removeTouching, setImage, setImage, setLocation, setRotation, turn, turnTowards
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Score

public Score()
Method Detail

setScore

public void setScore(int score)