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

#1 2013-03-05 13:52:21

yovliporat
New Scratcher
Registered: 2013-03-05
Posts: 1

Asking about costume's name

I'm making a project simillar to "logo quiz" and I'm trying to do this:

when [sprite1] clicked
repeat (number_of_costumes)
  ask [What's that logo] and wait
  if <(answer)=(costume_name)>
    next custume
    change (score) by (1)
end
end
my problem is that I can't make the "costume_name" variable.
can anybody help me with that?

Offline

 

#2 2013-03-05 14:52:36

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Asking about costume's name

You can use a list of the costume names, but there is currently no native costume name reporter. There may be a way to access the data in 2.0 though.

Offline

 

Board footer