Discuss Scratch

nonameistaken
Scratcher
77 posts

Previous costume block and costume piece

Do i need to explain?
Previous costume ::looks
<(costume v) ::looks>

Last edited by nonameistaken (June 10, 2023 19:23:04)

nonameistaken
Scratcher
77 posts

Previous costume block and costume piece

when green flag clicked
if <<(current costume v) ::looks> = [4]> then
Previous costume ::looks
end
medians
Scratcher
1000+ posts

Previous costume block and costume piece

What would the 2nd one be used for?
The other is already suggested:
https://scratch.mit.edu/discuss/topic/2793
Dogs-are-amazing1
Scratcher
500+ posts

Previous costume block and costume piece

nonameistaken wrote:

when green flag clicked
if <<(current costume v) ::looks> = [4]> then
Previous costume ::looks
end
There’s already a simple workaround for that:
when green flag clicked
if <(costume #) = [4]> then
turn cw (25) degrees
end
You can also do this with the costume name. Since it’s the same thing and just as easy, no support unless there could be other uses
medians
Scratcher
1000+ posts

Previous costume block and costume piece

nonameistaken wrote:

when green flag clicked
if <<(current costume v) ::looks> = [4]> then
Previous costume ::looks
end
Already implemented:

Now, would it have other options?

Powered by DjangoBB