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

#1 2012-03-29 10:51:42

SadiesLynn
Scratcher
Registered: 2011-09-05
Posts: 10

Sensing, Ask and answer.

I am making a card game. I want it to show the sprite, and then ask a question. The problem I am having is that (even though I have show card first) it is asking the question before it shows the card. Does any one know a way to fix this?

Offline

 

#2 2012-03-29 10:56:24

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: Sensing, Ask and answer.

Try this:

when I receive [show v]
show
ask [What is your favourite colour?] and wait
Maybe you could add a small pause:
when I receive [show v]
show
wait (1) secs
ask [What is your favourite colour?] and wait

Last edited by rookwood101 (2012-03-29 10:57:27)


http://i.imgur.com/zeIZW.png

Offline

 

#3 2012-03-29 10:57:40

SadiesLynn
Scratcher
Registered: 2011-09-05
Posts: 10

Re: Sensing, Ask and answer.

Nevermind I fixed it. Thank you for looking though!

Offline

 

Board footer