Discuss Scratch

Marc92020-Tests
Scratcher
13 posts

bug with game

game: https://scratch.mit.edu/projects/993105075/
on the 2nd challenge, you have to repeat the blocks that are shown before you can start, but you can only click one before nothing is clickable anymore. why does this happen and how can i fix it
Ranger_07
Scratcher
100+ posts

bug with game

I think the problem is that your “possible buttons” list is “for this sprite only”. That means that all the clones have a different list, and that list has a length of 1 for them? This causes them to stop checking for if they're pressed after the first button has been pressed.
Anyway, if you swap the “possible buttons” list for one that is FOR ALL SPRITES, it should work.
Marc92020
Scratcher
1000+ posts

bug with game

Ranger_07 wrote:

(#2)
I think the problem is that your “possible buttons” list is “for this sprite only”. That means that all the clones have a different list, and that list has a length of 1 for them? This causes them to stop checking for if they're pressed after the first button has been pressed.
Anyway, if you swap the “possible buttons” list for one that is FOR ALL SPRITES, it should work.
i swear i set it to for all sprites
anyway imma try that and see if it works

Marc92020
i do stuff

image updates whenever i check
Marc92020
Scratcher
1000+ posts

bug with game

Ranger_07 wrote:

(#2)
I think the problem is that your “possible buttons” list is “for this sprite only”. That means that all the clones have a different list, and that list has a length of 1 for them? This causes them to stop checking for if they're pressed after the first button has been pressed.
Anyway, if you swap the “possible buttons” list for one that is FOR ALL SPRITES, it should work.
yep it works
thanks for the help

Marc92020
i do stuff

image updates whenever i check
ulabobaprexyhhhumus
Scratcher
1 post

bug with game

hello scratcchhh

Powered by DjangoBB