The Bugs folder inside the Animals folder in the Alice Local Gallery contains a Butterfly class of objects. Complete the following:
a. Create an Alice world with six butterflies in the world.
b. Create a generic method to make any butterfly flap its wings.
c. Create a generic random movement method that will use random numbers to pick a direction and an amount, and then cause a butterfly to move accordingly. d. Place the six butterflies in a list, and create methods and events to make all of the butterflies fly around gently in an Alice world, flapping their wings and moving about randomly.