Using canvas for user interface

I’m using a small icon, the small picture, for navigation.
Why isn’t the picture turned off while using so simple code!?

mouseUp

` ' me.Visible = False F1_canBack.Visible = False

[quote=214711:@Jakob Krabbe]I’m using a small icon, the small picture, for navigation.
Why isn’t the picture turned off while using so simple code!?

mouseUp

` ' me.Visible = False F1_canBack.Visible = False[/quote]

Have you returned True in MouseDown ?

I just found that answer myself!
Thank you!
It works! Oh, so beautiful…!! :slight_smile:

and the answer was? (for the benefit of future generations that might find this post)

Return True in MouseDown for MouseUp to fire :wink:

Thanks.

Now I know.