This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-02-24 11:58:02

shinyjellicent12321
Scratcher
Registered: 2011-09-15
Posts: 24

Glitch when changing between sprites?

My project here: http://scratch.mit.edu/projects/shinyjellicent12321/2353288
seems to have a weird glitch. Whenever you click the "CLICK HERE" button that has the instructions, it goes to the middle of screen and just stands there. I want it to change its costume, but it doesn't do that and just stands there. When I click it, it's supposed to go back but stays there.
Help?

Offline

 

#2 2012-02-24 12:43:55

Tmaneea
Scratcher
Registered: 2012-02-16
Posts: 3

Re: Glitch when changing between sprites?

Looks like you have a script that tells the sprite to switch between two costumes forever after the green flag is clicked. Even if you tell it to do something else, it's still going to want to switch between those two costumes until you tell it to stop. So it'll move, and switch to the third costume, but will immediately go back to alternating between the first two costumes. You might want to use a Repeat Until () block to have it alternate until you want to make the switch.

Offline

 

#3 2012-02-24 12:55:23

shinyjellicent12321
Scratcher
Registered: 2011-09-15
Posts: 24

Re: Glitch when changing between sprites?

the weird thing is that the scripts work perfectly fine in my scratch program, but not on the website  yikes

Offline

 

#4 2012-02-24 14:02:26

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Glitch when changing between sprites?

This doesn't belong in Help with Scripts, it belongs in Bugs and Glitches...


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

Board footer