The Hopscotch Editor is available on [[iPhone]] and [[iPad]]. The iPhone version only supported viewing projects until early 2016,<ref>{{Cite web|title=Help us test the *new* iPhone app!|url=https://forum.gethopscotch.com/t/help-us-test-the-new-iphone-app/10154|access-date=2018-05-06|website=Hopscotch Forum|language=en}}</ref> when an update supporting editing and account functionality was released. The Hopscotch iPhone projects play in an iPhone format even on the iPad and web player. A version for Android is not planned for release (as of 2021)
=== WhenEvent blocks/inputsBlocks ===
Event blocks are conditional triggers that activate when a specific set of parameters is reached, triggering any associated Code blocks within the activated Event block. As of September 26 2023, Hopscotch contains 40 Event blocks, including interactions, comparisons, and collision detection.
When inputs are the trigger for the script to activate, when a "when" block's input is true (the "when project starts" when the block is triggered when one opens the player or taps the refresh button)
'''Event blocks:'''<blockquote><code>When Game Starts</code></blockquote><blockquote><code>When '''(Character)''' is tapped</code>
<code>When '''(Character)''' is pressed</code></blockquote><blockquote><code>When '''(Character)''' bumps '''(Character)'''</code>
<code>When '''(Character)''' is touching '''(Character)'''</code></blockquote><blockquote><code>When iPad is tilted '''(up, left, right or down)'''</code>
<code>When iPad hears a loud noise</code>
<code>When iPad is shaken</code></blockquote><blockquote><code>When '''(Character)''' is swiped '''(up, left, right or down)'''</code>
<code>When I hear a message '''(Text)'''</code></blockquote>'''Comparison blocks:'''<blockquote><code>'''(Value)''' = '''(Value)'''</code>
<code>'''(Value)''' ≠ '''(Value)'''</code>
<code>'''(Value)''' < '''(Value)'''</code>
<code>'''(Value)''' > '''(Value)'''</code>
<code>'''(Condition)''' and '''(Condition)'''</code>
<code>'''(Condition)''' or '''(Condition)'''</code></blockquote>
=== Code blocks ===
|