Hey puck pao, <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">
If I understand correctly, whenever you roll your mouse pointer over a menu item, like "Start" or "Options", you want a "blip" feedback sound to play once, without looping or continuously triggering every tick (the machine gun effect).
You can probably achieve this by adding the System > "Trigger once while true" condition to the mouse over event.
So you would get the following:
Event:
- Mouse is over object menuItem.
- Trigger once while true.
Actions:
This will trigger once when the mouse first moves onto a menu item, but it won't trigger again, until you move off the item and then back on again.
You can read more about the "Trigger once while true" condition in the Construct manual at the link below.
https://www.scirra.com/tutorials/292/gu ... t-features
Hope that helps out. <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">