Question: Please complete this using Visual Logic software 6-7. Fireworks. Consider the image of fireworks in a nighttime sky. Write a procedure called Burst that moves
Please complete this using Visual Logic software

6-7. Fireworks. Consider the image of fireworks in a nighttime sky. Write a procedure called Burst that moves the pen to a random location on the screen, moves the pen color forward 256, and then draws a firework burst with a random size and number of rays. (Hint: You may want to add a minimum value to the random size and random number of rays to avoid having bursts that are too small or have too few rays.) The main procedure should call Burst multiple times to generate an image similar to the image below. Note: Because of the random values, your solution image will be different each time you run your program. (Hint: You can create a nighttime background by setting the pen color to black and then calling Fill Circle with sufficiently large value, such as 2000 .)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
