Discuss Scratch
- Discussion Forums
- » Suggestions
- » Add a point towards (x,y)
- Frozen_soldier
-
1 post
Add a point towards (x,y)
I think that adding a block that tells a sprite to point towards a certain (x,y) position. It would make easier to make tower defense games and it would make some projects require less sprites which could reduce lag.
- NilsTheBest
-
1000+ posts
Add a point towards (x,y)
There's a workaround for this, but it's not necessarily that simple or easy to guess for newcomers.
I've always wanted this too, because it would be practical to manipulate and easy to understand. Support!
I've always wanted this too, because it would be practical to manipulate and easy to understand. Support!
Last edited by NilsTheBest (Jan. 24, 2019 16:50:38)
- Jrtholen
-
4 posts
Add a point towards (x,y)
I agree that Scratch should add the X and Y positions (of the mouse) back into each project.
(mouse x)(mouse y)
- 19f8361
-
500+ posts
Add a point towards (x,y)
I agree that Scratch should add the X and Y positions (of the mouse) back into each project.(mouse x)(mouse y)
You could post the said suggestion in a separate topic. The Scratch Team didn't have time to add all the features because they built 3.0 from Scratch, and should come soon.
As for the original suggestion, I believe the workaround is to create a sprite and use distance to (…) block. The block could save a sprite.
- b2ey
-
92 posts
Add a point towards (x,y)
um… am I late? because
In any case, I agree that something like
(point towards x: () y: () :: motion)
<(mouse x) and (mouse y)>exist.
In any case, I agree that something like
point towards x: () y: () :: motionwould be an improvement.
(point towards x: () y: () :: motion)
- --Explosion--
-
1000+ posts
Add a point towards (x,y)
Hi there! Your topic seems to be a duplicate of this post. To keep the conversation all in one place please use the link above, and before you make a new topic next time use this search tool to search for duplicates! I am now requesting a moderator to close this for you, scratch on! –Explosion–.
Edit: Sorry, I did not realize that this was so inactive.
Edit: Sorry, I did not realize that this was so inactive.
Last edited by --Explosion-- (Aug. 24, 2020 15:19:58)
- Paddle2See
-
1000+ posts
Add a point towards (x,y)
this post. To keep the conversation all in one place please use the link above, and before you make a new topic next time use this search tool to search for duplicates! I am now requesting a moderator to close this for you, scratch on! –Explosion–.Thanks for the link! It does look like this is a duplicate topic so I'll close it to keep the conversation all in one place. Hi there! Your topic seems to be a duplicate of
Edit: Sorry, I did not realize that this was so inactive.
Please use the existing topic in the link above.
- Discussion Forums
- » Suggestions
-
» Add a point towards (x,y)