When I enter a script, try to use a flash or try to enter a layer, my flash would not work. Please help me because I cannot work on flash until this is fixed.
I have a ton of questions to start is this script working right?
root_cm = new ContextMenu();
root_cm.hideBuiltInItems();
_root.menu = root_cm;
root_cm.customItems.push(new ContextMenuItem("Newgrounds, Everything by Evreryone", itemHandler));
function itemHandler(obj:Object, item:ContextMenuItem) {
getURL("http://www.newgrounds.com", "_blank");
}