Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

goto is mapped to jump() #116

Open
halungge opened this issue Oct 23, 2013 · 2 comments
Open

goto is mapped to jump() #116

halungge opened this issue Oct 23, 2013 · 2 comments
Labels

Comments

@halungge
Copy link

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.

@hunterboerner
Copy link
Contributor

@deadprogram, is there a reason it's not mapped to goto()?

@deadprogram
Copy link
Member

Hmm, not sure. That sounds like an error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants