You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If the body of an if-pressed statement contains multiple turtle commands, only the first gets executed
Paste the Hedy code & level
Level 12:
if x is pressed
forward 90
turn 90
forward 90
else
forward 90
turn -90
forward 90
Add a screenshot (optional)
The issue seems to be related to #5681. We decided to go with the not-so-great solution of removing the time.sleep statements. Obviously, we cannot drop the forward or turn command here.
The text was updated successfully, but these errors were encountered:
Describe the bug
If the body of an if-pressed statement contains multiple turtle commands, only the first gets executed
Paste the Hedy code & level
Level 12:
Add a screenshot (optional)
The issue seems to be related to #5681. We decided to go with the not-so-great solution of removing the time.sleep statements. Obviously, we cannot drop the forward or turn command here.
The text was updated successfully, but these errors were encountered: