Skip to content

Commit

Permalink
help screen changes
Browse files Browse the repository at this point in the history
Most of these reflect recent changes in the actual blocks.  There are three things I'd like Dylan to work on:

changePenHSVA_graph.png:  This picture, used in several help screens, includes annotations as pixels.  Could they be made translatable?

changeScale.png: descender of "g" cut off.  I noticed it on this screen, but it's a general problem.

doSwitchToCostume.png: I added a script, and as a result, the previous row extends past the right edge of the frame.  I thought maybe it was becasuse of retina, but when I disabled retina mode the same thing happened when I compiled the xml.

Thanks!
  • Loading branch information
brianharvey committed Dec 22, 2019
1 parent b5cba01 commit 0fc129e
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 13 deletions.
Binary file modified help/en/changeScale.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions help/en/changeScale.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</block>
</script>
<annotations>
<small-p>Grows the sprite by 10</small-p>
<small-p>Grows the sprite by 10% of original size</small-p>
</annotations>
</diagram>
<diagram>
Expand All @@ -25,7 +25,7 @@
</block>
</script>
<annotations>
<small-p>Shrinks the sprite by 10</small-p>
<small-p>Shrinks the sprite by 10% of original size</small-p>
</annotations>
</diagram>
</column>
Expand Down
Binary file modified help/en/clearEffects.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/en/clearEffects_dog1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/en/doGlide.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions help/en/doGlide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@
<small-p>(Larger numbers make it go slower)</small-p>
</annotations>
</diagram>
<diagram>
<script>
<block s="forward" annotation="1">
<l>-10</l>
</block>
</script>
<annotations>
<small-p>Move 10 steps in the opposite direction</small-p>
</annotations>
</diagram>
<img src="doGlide_stage.png" width="308" height="85"/>
</column>
</box>
Expand Down
Binary file modified help/en/doSwitchToCostume.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions help/en/doSwitchToCostume.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@
</block>
</script>
</row>
<p>
You can also use an actual computed costume:
</p>
<script>
<block s="doSwitchToCostume">
<block s="reportNewCostumeStretched">
<l>happy face</l>
<l>200</l>
<l>100</l>
</block>
</block>
</script>
</column>
</box>
</help-screen>
Binary file modified help/en/doThink.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion help/en/doThink.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<block s="doThink" annotation="1">
<l>I wonder...</l>
</block>
<block s="doThink" annotation="2">
<block s="doWait" annotation="2">
<l>1</l>
</block>
<block s="doThink" annotation="3">
Expand Down
Binary file modified help/en/goToLayer.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions help/en/goToLayer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@
</block>
</script>
</p>
<p>
</p>
<diagram>
<script>
<block s="goToLayer">
<l menu="1"><option></option></l>
</block>
</script>
<menus>
<menu>
<item>front</item>
<item>back</item>
</menu>
</menus>
</diagram>
</column>
<img src="goToLayer_after.png" width="53" height="88"/>
</row>
Expand Down

0 comments on commit 0fc129e

Please sign in to comment.