English, asked by rajpitaman93, 2 months ago

what are the scenes computer to​

Answers

Answered by bhavurana84
38

Answer:

Many games and visualizations have what we call "scenes", and they need some way of managing those "scenes." What do I mean by scenes?

Take for example, Balloon Popper 2. It has four scenes:

| A start scene |

Answered by pjgaikar06
9

Each scene is a distinct state of the program that displays different information, and there is some way for the user to get from one scene to the next. Once you've realized that you need something like scenes for your program, you'll have to decide how to program them.

Similar questions