manamagnet

Created by becky

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.

manamagnet'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
       mana.Right arm point
  anvil move to magnet
  anvil move down 0.4 meters
  Do in order
       world.rt arm pt to glasses
  glasses move to magnet
  glasses move down 0.35 meters
  Do in order
       world.pt to monitor
  monitor move to magnet
  monitor move down 0.35 meters
  Do in order
       monitor.pt to barbell
  barbell move to magnet
  barbell move down 0.3 meters
  Do in order
       world.pt to car
  Do together
       mana say woah!
  mana move forward 7 meters
  washingMachine.run


  world.rt arm pt to glasses ( )
    No variables
       Do in order
       Do together
       mana turn to face glasses
  mana.upperBody.rightArm.forearm.hand point at glasses
  magnet point at glasses


  world.pt to monitor ( )
    No variables
       Do in order
       Do together
       mana turn to face monitor
  mana.upperBody.rightArm point at monitor
  magnet turn to face monitor


  world.pt to car ( )
    No variables
       mana turn to face washingMachine
  mana.upperBody.rightArm point at washingMachine
  magnet turn to face washingMachine

Alice Projects