-
-
Notifications
You must be signed in to change notification settings - Fork 201
Open
Labels
bugSomething isn't working as intendedSomething isn't working as intended
Description
Bug description
When using the jump() function instead of the intended "position.x"-solution, the output animation behaves in a weird manner.
To Reproduce
Steps to reproduce the bug:
- Go to Lesson 7, Practice 2.
- Enter the code into the editor.
- Replace Line 6 and Line 9 with "jump(200, 0)"
Expected behavior
I expected the turtle to draw a square, jump to the right, and then draw the next square, and then jump again, and then draw the last square.
Information about your device (please complete the following information):
- Operating System: [Windows 10]
- Browser: [Firefox]
Additional context
The lesson is all about assigning values onto variables. Because of this, the animation for this lesson wasn't made for this solution in mind and because of this bugs out.
Metadata
Metadata
Assignees
Labels
bugSomething isn't working as intendedSomething isn't working as intended
