-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Hide rubber band when dragging #10
Comments
Hi, Sorry for the delayed response. The latest release: Allows you to change constraint colours or make them invisible, using the constraint properties under
Or after creation e.g.:
The latest release no longer includes the
Hope that answers your question, cheers! |
I think the above should have solved your problem, so I'll close this for now, but feel free to reply if it didn't |
I tried adding the render.visible = false line to my code, but could not seem to get it working. I am not sure there is a render object on the mouseConstraint. In my code I have exactly: var mouseConstraint = MouseConstraint.create(engine); Am I missing something? |
@stephenDyksen see #72 |
It worked...Excellent! Thanks for the help, and the fast reply! |
I love all the options for turning various mechanics on/off but couldn't find one for the little green rubber band that shows up when dragging a shape. can i change the color or hide this easily?
The text was updated successfully, but these errors were encountered: