deengames / a-day-and-a-night

Top-down adventure game based around a day and night in a small village. With epic dragons, an evil empire, and a rousing rebellion.
7 stars 5 forks source link

Title Screen Command Window Bug #170

Closed Wulf closed 10 years ago

Wulf commented 10 years ago

Mouse over middle of credits or middle of exit button repeatedly produces a 'ding' sound.

Theory: The command window (hidden) is in the background, and there is a menu in the foreground (the image menu) The mouse is captured by the custom menu script and Jet's mouse script.

This leads to the mouse not only selecting the appropriate image button (custom menu script), but also proceeds by selecting the correct command window option (Jet's mouse script).

Then this creates a loop, which is probably why the beep doesn't stop.

I will check this out.