microsoft / pxt-arcade

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

Skillmap: Hint of tutorial "Simple Enemies" is not accurate #2690

Closed Sheila111 closed 3 years ago

Sheila111 commented 3 years ago

Describe the bug Skillmap: Hint of tutorial "Simple Enemies" is not accurate

Steps to reproduce the behavior 1.Navigate to https://arcade.makecode.com/skillmap 2.Simple Enemies------>START 3.Click step 10

Expect behavior Change "if false then" to "if true then" in hint of tutorial "Simple Enemies" .

Actual behavior Hint of tutorial "Simple Enemies" is not accurate. Hint: if false then, but drag if then from toolbox, its default value is "if true then". 1

Additional context 1.OS: Win10(rs6)

Sheila111 commented 3 years ago

Same issue in "Multiple Levels" step 7, "Enemy AI" step 5, step 9. image

kiki-lee commented 3 years ago

Great catch. These are all fixed in the new implementation.

Cheers!