Discuss Scratch

Menolikeumean
Scratcher
5 posts

I did the thing for always point at mouse pointer but it does not face the cursor..

when green flag clicked
forever
point in direction ( mouse pointer)
end

Last edited by Menolikeumean (Oct. 17, 2021 01:30:05)

Menolikeumean
Scratcher
5 posts

I did the thing for always point at mouse pointer but it does not face the cursor..

:c
Uartar
Scratcher
22 posts

I did the thing for always point at mouse pointer but it does not face the cursor..

Try:
point towards [mouse-pointer v]
instead of
point in direction (mouse pointer)
Scratcher--2021
Scratcher
29 posts

I did the thing for always point at mouse pointer but it does not face the cursor..

what is the full script ?

Hello, I'm Sharky
I am happy to help you with your projects ! Leave me a message on my profile !
I also make projects on demand.
No following required


                            
supergamer10000
Scratcher
1000+ posts

I did the thing for always point at mouse pointer but it does not face the cursor..

What is the full code?

Ask yourself, if you were hacked and lost hours, upon hours of work, would you regret not having a strong password that only takes 5 minutes to make?

Is it time to update your password? Here are some tips to make a strong password:

Length: The longer the password, the stronger it is. A password that is at least 12 characters long.
Complexity: Combination of upper and lowercase letters, numbers, and symbols to make it harder to crack.
Uniqueness: Don't use easily guessable information like your name, address, or date of birth. Also, avoid using the same password for multiple accounts.
Passphrases: A phrase made up of random words, numbers, and symbols, as these can be easier to remember but still secure.
Randomness: Use a random password generator to create a unique and unpredictable password.
Regular updates: Regularly change your passwords to stay ahead of potential security threats.

Remember, the goal is to create a password that is strong, unique, and difficult for others to guess.

I would estimate more than 40% of scratchers have passwords that are hard to guess by a human, but easy to guess by a computer. You never know if today would be the day you lose everything.

Even if just one person was saved from losing hours and hours of work, my mission is accomplished.
CoolBoy4286
Scratcher
100+ posts

I did the thing for always point at mouse pointer but it does not face the cursor..

Uartar wrote:

Try:
point towards [mouse-pointer v]
instead of
point in direction (mouse pointer)
No, it will work as long as the variable mouse pointer has the same value as the direction of the mouse pointer.

01001110 01100101 01110110 01100101 01110010 00100000 01100111 01101111 01101110 01101110 01100001 00100000 01100111 01101001 01110110 01100101 00100000 01111001 01101111 01110101 00100000 01110101 01110000 if you translate this,


deck26
Scratcher
1000+ posts

I did the thing for always point at mouse pointer but it does not face the cursor..

CoolBoy4286 wrote:

Uartar wrote:

Try:
point towards [mouse-pointer v]
instead of
point in direction (mouse pointer)
No, it will work as long as the variable mouse pointer has the same value as the direction of the mouse pointer.
Well yes, but why go to the effort of keeping such a variable updated all the time when there's a built-in way to access the value? Your method would mean taking the current position of the sprite and that of the mouse and using trig to work out the angle so involves several unnecessary operations.
Menolikeumean
Scratcher
5 posts

I did the thing for always point at mouse pointer but it does not face the cursor..

Tysm everyone!! I did a bit of stuff and it worksssssss!!!!!!! TYSM!

Powered by DjangoBB