Frame 1
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned1 = new ContextMenuItem("Free Flash Animations", doSomething1, true, true, true);
Functioned2 = new ContextMenuItem("www.free-flash-animations.com", doSomething1);
Functioned3 = new ContextMenuItem("Chrome Ball Studio Kft.", doSomething2, true, true, true);
Functioned4 = new ContextMenuItem("www.chromeball.com", noclick, false, false, true);
Functioned5 = new ContextMenuItem("\u00A92005-2009 - All Rights Reserved!", noclick, false, false, true);
MENU.customItems.push(Functioned1);
MENU.customItems.push(Functioned2);
MENU.customItems.push(Functioned3);
MENU.customItems.push(Functioned4);
MENU.customItems.push(Functioned5);
_root.menu = MENU;
Symbol 1 MovieClip Frame 1
if (!hasOwnProperty("_load0597F888")) {
_load0597F888 = true;
tellTarget ("..") {
function noclick() {
tellTarget (getProperty("..", _target)) {
}
}
}
} else {
// unexpected jump
}
function doSomething1() {
tellTarget (getProperty("..", _target)) {
getURL("http://www.free-flash-animations.com", "");
}
}
// unexpected jump
// unexpected jump
function doSomething2() {
tellTarget (getProperty("..", _target)) {
getURL("http://www.chromeball.com", "");
}
}
// unexpected jump
// unexpected jump
};
stop();
Symbol 2 Button
on (release, keyPress "<Space>") {
getURL("http://www.free-flash-animations.com", "");
}