Mr._Penguin_and_Eskimo_Man

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.

Mr._Penguin_and_Eskimo_Man's Code

Created by:

world

Events

When the world starts
Do:
world.my first method


Methods

  world.my first method ( )
    answer1 = default string
       penguin.wing_flap times = 4
  penguin say Hey Mr. Eskimo Man, do you know where I can find a 24 hr fitness? fontSize = 20 duration = 5 seconds
  answer1 set value to ( ask user for a string question = Do you want to see Eskimo's moves? )
  eskimo.kickpenguin yesOrNo = answer1


  world.penguinFlapWings ( )
    No variables
       Do together
       penguin.rightWing roll right 0.5 revolutions
  penguin.leftWing roll right 0.5 revolutions


  world.dialogue ( )
    No variables
       Do in order
       penguin say Whoa! Where did you learn yoga? duration = 3 seconds
  eskimo say My trainer duration = 3 seconds