Use this template to make hilarious bug reports:
Your username: Tri-Angle Studios
What kind of device are you using?: iPad 6th gen, iPadOS15.x, Hopscotch app and player newest version.
1 sentence description of the problem (I was doing _________, and then __________ happened): Watch video below.
Steps that the Hopscotch team can take to reproduce my problem every time:
Watch video below.
…
I expected this to happen: (Watch video below) square changes it’s position to monkey’s and square changes color when i tap monkey even if i’m changing monkey’s index using the bird’s eye view
But instead this happened: Square stays when it is and changes color when i tap anything (screen, square and monkey)
Here’s a bitter video:
Code is supposed to do the following:
When Game Starts
Set Position to [Monkey] Position
End
When [Monkey] is Tapped
Change Color to [Random]
End
But instead, when i move monkey’s index position in the bird’s eye view, square seem to lose every attributions:
When Game Starts
Set Position to [UNKNOWN] Position
End
When [UNKNOWN, AKA SCREEN] is Tapped
Change Color to [Random]
End