Alice Programming Assignment 3

(Make sure to have Alice software)

The scene below shows a world with 6 people that speak different languages and are standing around a globe.

https://www.youtube.com/watch?v=dwpRJwxXDpI&feature=emb_title

These languages could include English, Turkish, Spanish, French, Irish and Italian. You can use other languages if you choose. Create an animation where any 2 people in the scene move closer to the globe as they say hello in their own language. Then they should turn around the globe a half revolution (review as seen by method).

Each person should then change his/her position to where the other person was standing. Your code should use just one method named greeting. This method will have 4 parameters, 2 for the people, and 2 for the foreign words.

In my First Method, you should call the greeting method 3 times.

These languages could include English, Turkish, Spanish, French, Irish and Italian. You can use other languages if you choose. Create an animation where any 2 people in the scene move closer to the globe as they say hello in their own language. Then they should turn around the globe a half revolution (review as seen by method).

Each person should then change his/her position to where the other person was standing. Your code should use just one method named greeting. This method will have 4 parameters, 2 for the people, and 2 for the foreign words.

In my First Method, you should call the greeting method 3 times.

The setup scene is in the attachment
when finished upload the finished scene