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

#1 2012-05-14 11:04:12

Xfadingsmilex
Scratcher
Registered: 2012-05-10
Posts: 11

Magic 8 ball trouble

My friend is trying to make a Magic 8 ball like I did, but different, and she has the guy connected to the ball. and she put the answers in the costumes under the main sprite she made. she wants to know how you make the answers appear.

THANK YOU IF YOU CAN HELP

Offline

 

#2 2012-05-14 17:42:21

turkey3
Scratcher
Registered: 2011-12-04
Posts: 500+

Re: Magic 8 ball trouble

I make a random answer appear, you'll need something like this, and I'm just using yes and no costumes for now:

When gf clicked
Switch to costume [no image v]
Forever
Ask [ask me a question] and wait
Set [yes or no v] to [(pick random (1) to (2)]
If <[(yes or no)] = [1]> 
Switch to costume [yes v]
Wait (3) seconds
Switch to costume [no answer v]
End
If <(yes or no) = [2]>
Switch to costume [No v]
Wait (3) seconds
Switch to costume [no answer v]
End

Offline

 

Board footer