43.4k views
4 votes
If you want to create programs with more detailed images, maybe even characters that you could interact with, what pieces of information do you need in your code.

User Schudel
by
7.6k points

2 Answers

2 votes

Answer:

probably Sprite objects

Step-by-step explanation:

Sprites are program objects that are used in a program to add more features such as detailed images, characters, and animations to the program. The sprite objects are dragged and dropped on the program. ✌️

User KaMyLL
by
7.8k points
6 votes
BIn order to create programs with more detailed images and characters that you could interact with, you would need to include information about the size, shape, color, position, and movements of each object or character. You would also need to include code that allows the user to interact with the objects or characters, such as code for user input and output. You may also need to include code for collision detection and physics, if you want to create realistic interactions. Finally, you would need to include code for rendering the objects or characters on the screen.
User Ryan Kyle
by
7.7k points