Hi, I'm looking back into construct, and prior i never did much besides make a few things, and only ever finished on project which i now don't have.
Anyhow, I'm making menus and i want the following:
I mouse over an Object, or in this case a sprite, and a dialogue box appears (at an image point i have made) - So far so good.
But when i take my mouse off of the sprite (in this case) , i want the dialogue box to disappear, which is isn't.
I am using the "When mouse if over" function of the keyboard and mouse.
I tried putting in a background, and when i mouse over the background (which i would assume the sprite would take priority since they overlap) it would go offscreen. However, The background / Sprite is treated as the most demanding for the event, so the mouse will stay offscreen if i try this method.
How can i work around this issue?
Thanks.