Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Make sprite glide to a random position when hovered
- 1990skid56
-
72 posts
Make sprite glide to a random position when hovered
I am trying to make an impossible clicking game that when u hover over the button, it goes away
I don't know how to use these block formats
i need a bit of help coding here
I don't know how to use these block formats
i need a bit of help coding here
- Loganmcc04
-
100+ posts
Make sprite glide to a random position when hovered
I am trying to make an impossible clicking game that when u hover over the button, it goes away
I don't know how to use these block formats
i need a bit of help coding here
yeah
- huboojoe
-
100+ posts
Make sprite glide to a random position when hovered
this block detects if the mouse button is pressed I am trying to make an impossible clicking game that when u hover over the button, it goes away
I don't know how to use these block formats
i need a bit of help coding here
- Whitepatchwastaken
-
100+ posts
Make sprite glide to a random position when hovered
Two things here: I am trying to make an impossible clicking game that when u hover over the button, it goes away
I don't know how to use these block formats
i need a bit of help coding here
1. That block detects if the mouse cursor is down.
2. You can use the
block to detect if the sprite's being hovered. In your case it's work like this:
Hope this helps!

- Discussion Forums
- » Help with Scripts
-
» Make sprite glide to a random position when hovered