Class LeftHand

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

public class LeftHand
extends greenfoot.Actor

Class that represents LeftHand object.

Version:
12.06.2015
Author:
Maria - Despoina Gkaintatzi

Constructor Summary
LeftHand(greenfoot.GreenfootImage image)
          Constructor for objects fo class LeftHand
 
Method Summary
 void act()
          Act - do whatever the LeftHand wants to do.
 
Methods inherited from class greenfoot.Actor
addedToWorld, getImage, getIntersectingObjects, getNeighbours, getObjectsAtOffset, getObjectsInRange, getOneIntersectingObject, getOneObjectAtOffset, getRotation, getWorld, 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

LeftHand

public LeftHand(greenfoot.GreenfootImage image)
Constructor for objects fo class LeftHand

Parameters:
image(GreenfootImage) - the image of the LeftHand object
Method Detail

act

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

Overrides:
act in class greenfoot.Actor