forked from scratchfoundation/scratch-vm
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
If a while(true) loop never uses any scratch functions, then the stop button won't stop it. Thus, the start button will be disabled once it is clicked
Steps to Reproduce
- New Project
- Add the following code:
while (True):
if (False):
move(1)
- Press the green flag
- Press the green flag again
Current Behavior
After the 2nd press, the green flag button is disabled because it is unable to stop the while loop and thus can't start again. The website needs to be reloaded to be usable again.
Expected Behavior
The while loop stops.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
📋 Backlog