Discuss Scratch
- Discussion Forums
- » Suggestions
- » Previous costume block and costume piece
- 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
The other is already suggested:
https://scratch.mit.edu/discuss/topic/2793
- Dogs-are-amazing1
-
Scratcher
500+ posts
Previous costume block and costume piece
There’s already a simple workaround for that:when green flag clicked
if <<(current costume v) ::looks> = [4]> then
Previous costume ::looks
end
when green flag clickedYou 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
if <(costume #) = [4]> then
turn cw (25) degrees
end
- medians
-
Scratcher
1000+ posts
Previous costume block and costume piece
Already implemented:when green flag clicked
if <<(current costume v) ::looks> = [4]> then
Previous costume ::looks
end

Now, would it have other options?
- Discussion Forums
- » Suggestions
-
» Previous costume block and costume piece


