Discuss Scratch

HeadphoneHappy
Scratcher
79 posts

Glitchy project, no reason to glitch???

I made a project anouncing the winners of my project today, and it's all glitchy! Can someone help? Link: http://scratch.mit.edu/projects/12076912/

~HH

Hello there fellow Scratchers! I like to make animations and art! I'd love it if you'd hop over to my page, and say hello! I love meeting new people! <333


drmcw
Scratcher
1000+ posts

Glitchy project, no reason to glitch???

Don't use numbers for backdrop names. Change that and it should work.

10 !
ScratchVaders or Galaga?
Maybe Eliza can help you decide?
curiouscrab
Scratcher
500+ posts

Glitchy project, no reason to glitch???

Could you share the project? I don't see any issues with the scripts, but I can't see the costumes to determine whether that's the issue or not.
curiouscrab
Scratcher
500+ posts

Glitchy project, no reason to glitch???

You could try instead of
when [space v] key pressed
if <key [space v] pressed?> then
next backdrop
wait until <not <key [space v] pressed?>>
end
try
when gf clicked
forever
wait until <key [space v] pressed?>
next backdrop
wait until <not <key [space v] pressed?>>
end

Last edited by curiouscrab (Sept. 2, 2013 19:53:40)

HeadphoneHappy
Scratcher
79 posts

Glitchy project, no reason to glitch???

I fixed it, thanks

Hello there fellow Scratchers! I like to make animations and art! I'd love it if you'd hop over to my page, and say hello! I love meeting new people! <333


drmcw
Scratcher
1000+ posts

Glitchy project, no reason to glitch???

HeadphoneHappy wrote:

I fixed it, thanks

….or if you really need to use numbers for names then ensure they are in sequence! Seriously try and avoid numbers for names. then you want have that problem.

10 !
ScratchVaders or Galaga?
Maybe Eliza can help you decide?

Powered by DjangoBB