Final bugs for HTH2 before I launch. There are certain scenes that have keybinds disabled. I also noticed that none of them allow the user to see the entire player controller by right clickin ...
Right click invokes Context Menu. Flash allows context menu customization using ContextMenu class. Custom menu items can be added, or existing items removed, except security/privacy related items.
Search file scripts for ContextMenu and hideBuiltInItems you will find the cause. Just delete these.
Also search for Mouse.hide and delete that as well. I've added Mouse.show() to loader script so it enables it back on another file load, but it is still annoying.