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
the Ruby goto(x, y) maps to jump in the Javascript pen.js. So when you call it, it does go to the coordinate x, y, but also calls the begin() which as I believe causes the canvass to be reset. So in your implementation it is at the moment not possible to have the Turtle draw disconnected objects.
The text was updated successfully, but these errors were encountered:
the Ruby goto(x, y) maps to jump in the Javascript pen.js. So when you call it, it does go to the coordinate x, y, but also calls the begin() which as I believe causes the canvass to be reset. So in your implementation it is at the moment not possible to have the Turtle draw disconnected objects.
The text was updated successfully, but these errors were encountered: