Bunny_and_Gazebo

Created by Danielle Gardner

You need to download Java software in order to view this Alice world. Please visit this page: http://www.alice.org/applet/requirements/

Created with Alice, the easy-to-learn programming system. Provided free as a public service by Carnegie Mellon University


If you don't see 3d graphics on this page, click for help.

Bunny_and_Gazebo's Code

Created by:

world

Events

When the world starts
Do:
world.my first method


Methods

  world.my first method ( )
    No variables
       Do in order
       bunny move up 0.5 meters
  bunny move forward ( ask user for a number question = how far should the bunny hop? )
  bunny move down .5 meters
  bunny move up 1 meter
  bunny move right 10 meters
  bunny move down 1 meter
  bunny move up 1 meter
  bunny move backward 10 meters
  bunny move down 1 meter
  bunny move up 1 meter
  bunny move left 10 meters
  bunny move down 1 meter
  bunny move up 1 meter
  bunny move forward 10 meters
  bunny move down 1 meter