From 79670053c7247d3a49b607960efd284e93f057e5 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 2 Aug 2013 17:14:26 -0500 Subject: install.pl --- bPod/com/events/RightClick.as | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bPod/com/events/RightClick.as (limited to 'bPod/com/events/RightClick.as') diff --git a/bPod/com/events/RightClick.as b/bPod/com/events/RightClick.as new file mode 100644 index 0000000..df5f5d1 --- /dev/null +++ b/bPod/com/events/RightClick.as @@ -0,0 +1,15 @@ +class com.events.RightClick { + + private var rcMenu:ContextMenu; + + public function RightClick () { + rcMenu = new ContextMenu(); + rcMenu.hideBuiltInItems(); + rcMenu.customItems.push (new ContextMenuItem ("(c) 2007 carbon pictures", vanityPlate)); + _root.menu = rcMenu; + } + + private function vanityPlate():Void { +// getURL("https://www.carbonpictures.com/cgi-bin/bucky/profile?username=tfarnon"); + } +} \ No newline at end of file -- cgit v1.2.3-70-g09d2