Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Infinite mouse movment. (Rotation like in minecraft Java)
- k0stya
-
50 posts
Infinite mouse movment. (Rotation like in minecraft Java)
Hello!
So many of you guys know me, @bobojoeho, @SpaceFlyer234 are making a 3D platformer. I was interested in ways to make it as similar to Minecraft as possible. So obviously in minecraft the rotation is done with the mouse, but it's infinite. Anyone know anyways to do it in scratch ALSO INFINITLY?
Thanks!
- @k0stya
Please do not spam and please have a reasonable answer. Examples allowed.
So many of you guys know me, @bobojoeho, @SpaceFlyer234 are making a 3D platformer. I was interested in ways to make it as similar to Minecraft as possible. So obviously in minecraft the rotation is done with the mouse, but it's infinite. Anyone know anyways to do it in scratch ALSO INFINITLY?
Thanks!
- @k0stya
Please do not spam and please have a reasonable answer. Examples allowed.
- k0stya
-
50 posts
Infinite mouse movment. (Rotation like in minecraft Java)
This may or not be possible.





- rens2
-
48 posts
Infinite mouse movment. (Rotation like in minecraft Java)
This may or not be possible.https://scratch.mit.edu/projects/390546523/ you probably can't make infinite mouse movement in all directions but this helps a bit
- k0stya
-
50 posts
Infinite mouse movment. (Rotation like in minecraft Java)
Thanks for replying, I'll take a look!This may or not be possible.https://scratch.mit.edu/projects/390546523/ you probably can't make infinite mouse movement in all directions but this helps a bit
- k0stya
-
50 posts
Infinite mouse movment. (Rotation like in minecraft Java)
P.S. u know how to see the code of the project id u sent me in the right clicking forums. How can I see the code?This may or not be possible.https://scratch.mit.edu/projects/390546523/ you probably can't make infinite mouse movement in all directions but this helps a bit
- k0stya
-
50 posts
Infinite mouse movment. (Rotation like in minecraft Java)
Sadly it's not infinite.This may or not be possible.https://scratch.mit.edu/projects/390546523/ you probably can't make infinite mouse movement in all directions but this helps a bit
- rens2
-
48 posts
Infinite mouse movment. (Rotation like in minecraft Java)
https://griffpatch.github.io/scratch-gui/# is the link I useP.S. u know how to see the code of the project id u sent me in the right clicking forums. How can I see the code?This may or not be possible.https://scratch.mit.edu/projects/390546523/ you probably can't make infinite mouse movement in all directions but this helps a bit
- LEGAMER4665
-
84 posts
Infinite mouse movment. (Rotation like in minecraft Java)
it would be cool if you could do something like
- k0stya
-
50 posts
Infinite mouse movment. (Rotation like in minecraft Java)
Yes but the problem would be then that u can’t exit the project. it would be cool if you could do something like
- LEGAMER4665
-
84 posts
Infinite mouse movment. (Rotation like in minecraft Java)
Yes but the problem would be then that u can’t exit the project. it would be cool if you could do something like
- k0stya
-
50 posts
Infinite mouse movment. (Rotation like in minecraft Java)
Sadly scratch would never add that block.Yes but the problem would be then that u can’t exit the project. it would be cool if you could do something like
- PizzaAddict4Life
-
1000+ posts
Infinite mouse movment. (Rotation like in minecraft Java)
Sadly scratch would never add that block.Yes but the problem would be then that u can’t exit the project. it would be cool if you could do something like
It technically isn't rejected… only the hide mouse pointer. Hmm… I might make a suggestion on that
- k0stya
-
50 posts
Infinite mouse movment. (Rotation like in minecraft Java)
Ok thanks!Sadly scratch would never add that block.Yes but the problem would be then that u can’t exit the project. it would be cool if you could do something like
It technically isn't rejected… only the hide mouse pointer. Hmm… I might make a suggestion on that
- PizzaAddict4Life
-
1000+ posts
Infinite mouse movment. (Rotation like in minecraft Java)
Here is the suggestion if you happen to want to give your support/no support or thoughts: https://scratch.mit.edu/discuss/topic/415147/
Anyway, for now I guess you will just have to use it without full rotation (though it is annoying). You could turn up the sensitivity though so you can have a few full rotations
Anyway, for now I guess you will just have to use it without full rotation (though it is annoying). You could turn up the sensitivity though so you can have a few full rotations
- k0stya
-
50 posts
Infinite mouse movment. (Rotation like in minecraft Java)
https://scratch.mit.edu/discuss/topic/415147/Thanks I will support! And while we don’t have it we can do arrow keys. Here is the suggestion if you happen to want to give your support/no support or thoughts:
Anyway, for now I guess you will just have to use it without full rotation (though it is annoying). You could turn up the sensitivity though so you can have a few full rotations
- k0stya
-
50 posts
Infinite mouse movment. (Rotation like in minecraft Java)
Excuse me don't spam
- -Rex-
-
500+ posts
Infinite mouse movment. (Rotation like in minecraft Java)
If it's a platformer, clicking shouldn't be used for anything important, so you could only move the camera when the mouse is down (i.e., the user can “drag” the camera around).
- -Rex-
-
500+ posts
Infinite mouse movment. (Rotation like in minecraft Java)
I see you've already implemented this in one of your platformers. I don't think it's possible to do any better. If it's a platformer, clicking shouldn't be used for anything important, so you could only move the camera when the mouse is down (i.e., the user can “drag” the camera around).
- WildTraces
-
100+ posts
Infinite mouse movment. (Rotation like in minecraft Java)
Try just using this (it isn't exactly what you want but it's the only way to do something along those lines):
- Discussion Forums
- » Help with Scripts
-
» Infinite mouse movment. (Rotation like in minecraft Java)