microsoft / pxt-arcade

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

Python: Should instruction and toolbox be consistent in "Happy Flower" #2258

Closed Sheila111 closed 4 years ago

Sheila111 commented 4 years ago

Describe the bug Python: Should instruction and toolbox be consistent in "Happy Flower"

Steps to reproduce the behavior 1.Navigate to https://arcade.makecode.com/beta# 2.Tutorials---->Happy Flower---->Python Start Tutorial 3.Click Step 11 and drag flip function in Images 4.Compare instruction with toolbox

Expect behavior Instruction and toolbox are consistent

Actual behavior 1 Instruction: image

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

abchatra commented 4 years ago

@ganicke let us know if this is product issue.

ganicke commented 4 years ago

@abchatra - so this last step adds an image flip so that some of the bees aren't flying off backwards. The problem is that the image flip, when taken from the toolbox, has a default instance attached to it and some editing is needed to reassign it to projectile.image. The instruction says to "put in code to flip the image for projectile horizontally". Is it foremost that we assume the scenario of pulling it from the toolbox rather than the user typing code?