The idea of this animation is to have the cuckoo clock keep


Needs assistance with Alice programming 2.4 version.
On the Hour
Place a cuckoo clock (Objects) in a new world. Be sure to set the scene which means that you should select a room (look in Environments) as the backdrop for your scene as you certainly would not hang a cuckoo clock in the open air.

The idea of this animation is to have the cuckoo clock keep time (not in real time, of course). The minute hand should go around on the face of the clock (perhaps one complete revolution should take about 30 seconds in real time) and the pendulum should swing back and forth continually. When the minute hand has made one revolution (from 12 back to 12 [one revolution] on the face of the clock), then the hour hand should advance to the next hour [1/12 of a revolution], the doors should open, and the cuckoo bird (on the clock arm) should come out and chirp once. Then the bird should retreat inside the clock and the doors should close until the next hour has gone by. "All is well" as long as the clock is running-which should continue until the user stops the animation. Use a recursive method to implement the animation. Recall that 'recursive' means that the method calls itself. This world does not require any changes to Events but it does require a method to move the clock [cuckooClock.keepTime()] hands and another to control the cuckoo [cuckooCLock.cockoo()].

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: The idea of this animation is to have the cuckoo clock keep
Reference No:- TGS0793356

Expected delivery within 24 Hours