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.Offline
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