tarling / blockly-wedo

Blockly editor for WeDo
GNU General Public License v2.0
5 stars 3 forks source link

Tilt sensor show phrase #30

Open cpseager opened 9 years ago

cpseager commented 9 years ago

It would be good now to show the phrase 'this way' etc. on the feedback panel

capturetilt2

cpseager commented 9 years ago

Fixed by f959080 but formatting needs tweaking slightly to fit the longer phrase

cpseager commented 9 years ago

I've realised this amendment breaks the tilt operation as we are now comparing a number against a string (in 'value').

What we need to do is leave 'value' as numeric, but change the html string shown to the phrase. If we leave number numeric it can also be compared with variables etc.