what are the scenes computer to
Answers
Answered by
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
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