You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mothra allows the user to hide a certain type of box (text, music, or staves) so that they can see another type of box more clearly. This is very useful. However, if, as I keep doing, the user tries to draw a text box while the text boxes are hidden, the box will just disappear as if nothing has happened. So if the user isn't savvy, it looks like the drawing of the box was unsuccessful. Demo:
Drawing.invisible.boxes.mov
In the demo, it becomes obvious that boxes were drawn as soon as I flip the staff boxes back on, but I can easily imagine a situation where the extra box is in a sea of other boxes and gets completely missed. I have three possible solutions/thoughts:
Add a little message when a user tries to add a box of a type that isn't currently visible, alerting them to the fact that the box is there, even if they can't currently see it;
If a user hides one of the type of boxes, automatically change the drawing selection to another, visible type of box. So for example, if I hide the text boxes, the drawing type switches to music. And if I hide the music boxes, the drawing type switches to staves. After all, it makes sense that if a user is only looking at staves, they want to draw staves.
Maybe this isn't actually a problem! Maybe I'm underestimating the average user's savviness and actually everyone will figure out that they've just drawn a box that is hidden. After all, I figured it out immediately, and I'm famously not so savvy often.
Mothra allows the user to hide a certain type of box (text, music, or staves) so that they can see another type of box more clearly. This is very useful. However, if, as I keep doing, the user tries to draw a text box while the text boxes are hidden, the box will just disappear as if nothing has happened. So if the user isn't savvy, it looks like the drawing of the box was unsuccessful. Demo:
Drawing.invisible.boxes.mov
In the demo, it becomes obvious that boxes were drawn as soon as I flip the staff boxes back on, but I can easily imagine a situation where the extra box is in a sea of other boxes and gets completely missed. I have three possible solutions/thoughts:
@kyrieb-ekat, @yinanazhou, what do you think?