microsoft / pxt-arcade

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

Should hint and instruction be consistent in "Side Scroller" #2461

Closed Sheila111 closed 3 years ago

Sheila111 commented 3 years ago

Describe the bug Should hint and instruction be consistent in "Side Scroller"

Steps to reproduce the behavior 1.Navigate to https://arcade.makecode.com/beta# 2.Multipart Tutorials---->Side Scroller---->Start Tutorial---->Jump your cat 3.Click Step 6 4.Compare hint with instruction

Expect behavior Hint and instruction are consistent

Actual behavior Instruction: Drag 2 on sprite of kind overlaps tile blocks image

Hint: There are 3 on sprite of kind overlaps tile blocks in the hint image

Additional context 1.OS: Windows(rs6) 2.arcade version: 1.3.7 3.Microsoft MakeCode version: 6.4.2

ganicke commented 3 years ago

So, steps 4, 6, and 7 have images showing how to setup the blocks on the workspace. Step 6, mentioned here (and step 4), has the code hint included as well. I will propose removing the code hint for step 6 and remove images for steps 4 and 7.