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

#1 2012-12-02 15:11:43

hclarson
New Scratcher
Registered: 2012-11-22
Posts: 7

using the same command with show/hide for multiple sprites?

hey would anyone know how to make multiple questions, like a multiple choice one, where you pressed the right arrow each time to get to the next question but how to use the show/hide for the different sprites while using the same command press right arrow?

Offline

 

#2 2012-12-02 15:51:53

dankill51
Scratcher
Registered: 2012-01-22
Posts: 85

Re: using the same command with show/hide for multiple sprites?

You could have a variable and every time you press right arrow the variable goes up by 1 and have each question be worth a different value and make it so that if the variable is a certain number then a certain question will show and the rest will hide. For example if the variable equals 1 then show that question but if the variable does not equal 1 then hide. And the second question would show when the variable equals 2. I hope that makes sense

Offline

 

#3 2012-12-02 20:00:32

hclarson
New Scratcher
Registered: 2012-11-22
Posts: 7

Re: using the same command with show/hide for multiple sprites?

Would that be in the stage script? And how would I change the questions each time?

Offline

 

Board footer