Metadata
- Source
- C2LC-646
- Type
- Task
- Priority
- N/A
- Status
- Done
- Resolution
- N/A
- Assignee
- N/A
- Reporter
- Simon Bates
- Created
2022-05-31T13:38:43.271-0400 - Updated
2022-07-12T15:10:14.611-0400 - Versions
- N/A
- Fixed Versions
-
- Coding Env 1.5
- Component
-
- Coding Environment
Description
Currently we only scroll after moving. This means that if we play the program when the character is off screen, we will not scroll to the character until after the first movement.
Scroll the scene to show the character when playing the program is started, including when transitioning from Pause to Play.
Steps to reproduce:
- Make a program with some turns and a movement
- Scroll the scene so that the character is off-screen
- Play the program
Expected:
- The scene to scroll to show the character when the program is started
Actual:
- The scene does not scroll until the character moves