ARRAYS OF OBJECTS

Create an array of objects. You might choose to use as a starting point your car_object, or one of my (sample_class or sample_star_class) found on the OpenProcessing page.

Create an array to make a program with at least 10 objects.
Change at least 1 other thing about the general look of the program.
You must comment on your code, especially all of the changes you make to the original program.

2.4.1 – ADVANCED SPRITE
For this project, either resurrect your sprite from Unit 1, or design a new simple sprite. Your program should fulfill the following requirements:

Use variables for sprite creation values
Make the design dynamic by altering the values of those variables so the sprite moves smoothly around the screen area
Use conditionals to constrain the sprite onto the screen (do not let it leave)
Use conditionals and loops to cause a change in the sprite behavior based on some user input

This question has been answered.

Get Answer