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.

Save your time - order a paper!

Get your paper written from scratch within the tight deadline. Our service is a reliable solution to all your troubles. Place an order on any task and we will take care of it. You won’t have to worry about the quality and deadlines

Order Paper Now

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