You are on page 1of 4

Do Now: 30 minutes (To be submitted via Dropbox for homework grade)

For a character of your choosing, create a method call myMoveTo (it should not be the main method). The method should: -Accept an object as a parameter -Character turns to face the object -Character moves all the way to the object -Not allowed to use move to in your method When you have that working: add another parameter N and have the object move to the object and then skate around it N times.

By midnight tonight: 1. Create a subfolder in your shared dropbox folder called myMoveTo and upload your .a2w file from todays class.

2. Create a subfolder in your shared dropbox folder called Alice Project and upload a text file with your animation story (at least a full paragraph). Make sure to specify where in your story you will use your two methods with parameters, your loops, and your if-else block.

Loops

Loops

index = 0

Is index < 10 NO

YES

Do everything inside loop body

index = index + 1

You might also like