microsoft / pxt-arcade

Arcade game editor based on Microsoft MakeCode
https://arcade.makecode.com
MIT License
477 stars 207 forks source link

Skillmap: Is it better to add a gif hint in "Multiple Levels" #2708

Closed Sheila111 closed 3 years ago

Sheila111 commented 3 years ago

Describe the bug Skillmap: Is it better to add a gif hint in "Multiple Levels"

Steps to reproduce the behavior 1.Navigate to https://arcade.makecode.com/skillmap 2.Multiple Levels------>START 3.Click step 12

Actual behavior Skillmap: Is it better to add a gif hint in "Multiple Levels" to teach students how to do? 1

Additional context 1.OS: Win10(rs6)

kiki-lee commented 3 years ago

Great thought! In our new implementation, we're trying not to use blocks in gifs, as we can't localize them into other languages. Instead, we're working on getting the array of sprites block dislodged from its container and putting it into the menu on its own.

Thanks!