Discuss Scratch

AxolotlLover1234
Scratcher
7 posts

I need some help

So I'm making a game and I want it to change the background when you press space but it isn't changing. Here's a screenshot of the code. I hope the image works I had to put in a link

Edit: the image didnt work so ill have to put the code in the forum post
repeat until <not <(backdrop #) = [2]>>
if <key [space] pressed?> then
repeat (10)
change [brightness] effect by (-10)

end

switch backdrop to [Room 1]
repeat (10)
change [brightness] effect by (10)

end

end

end

Last edited by AxolotlLover1234 (Sept. 29, 2021 16:03:22)


ello
supergamer10000
Scratcher
1000+ posts

I need some help

Please provide a link to your game. I cannot help you unless you tell me your problem. Thank you!

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.
--Dovahkiin--
Scratcher
100+ posts

I need some help

when [space v] key pressed
next backdrop

// or

when green flag clicked
forever
if <key [space v] pressed?> then
wait until <not <key [space v] pressed?>>
next backdrop
end
end

Powered by DjangoBB