ActionScript 2.0 :: Make Light Click Menu Contain Website?
Aug 9, 2006i want to make my right click menu contain my website name as this in [URl]..
View 2 Repliesi want to make my right click menu contain my website name as this in [URl]..
View 2 RepliesI am working on a DVD User Interface for my final project in Photoshop. For extra credit points I am trying to figure out how to make the menu items to light up when the pointer is touching the menu icon.
View 1 RepliesI'm having a problem changing the right click menu that appears on my website. I just want to add a "copyright company name"and if possible take all the rest of the menu items out.
View 3 RepliesI decided to make a sliding, growing flash of light slide from the right of the underline to the left then fade out.My brother has dabbled in flash and says that, using key frames, I could do something like have the light be a layer that I manipulate over a certain amount of frames. His other option was to make individual frames and just use flash as a frame organizer or gif animator.
View 4 Repliesive followed Senoculars drop-down menu tute [URL], awsome stuff, but it seems the submenu's dont disappear to well when you roll out. ..They only disappear if you click on another menu item or when you click outside the menu.
View 12 RepliesI'm designing a site that has 4 parts.
Part 1 is the menu which will be it's own .swf, which I would like to have align to the top center of the browser even if you resize the browser.
Part 2 is the content which I'd like to align to the center of the page, even when you resize the browser. This is also an .swf which corresponds with the menu.swf
Part 3 and 4 don't have to be .swf's, but are just graphics in the top right corner and the other in the bottom left that stay in the corner even when the browser is resized.
I want to know how can I make like this sliding menu, and also the intro of the website (likes a papers or book) and flower background (growing). [URL]
View 3 RepliesBasically, I have a button and on click it displays a menu. I want to click that menu a second time and the menu closes. Currently, every time you click the button, the menu reopens. I pasted the Flex livedoc example below. If you click the button, the menu keeps reopening.Now, I rigged it up by setting a var to open and closed, so when clicking the button it does a check. However, if you click away from the screen, the HIDE event gets dispatched, and the menu closes. This messed up the open close var being set.
How could I make this Flex example below show the menu on button click, and then on a second button click, it closes the menu? Take into affect that if you click away from the menu, it closes it.Also, I played around with the MOUSE_DOWN_OUTSIDE event for the button and set the preventDefault, and the FlexMouseEvent event.cancelable is set to false.Changing to a PopUpMenuButton is not an option. I have to much skinning involved.Here is the Flex example:
<mx:Script>
<![CDATA[
// Import the Menu control.
import mx.controls.Menu;
[code]....
i need to know how to make that effect on [url].... website where when the sliding menu gets to a point it loads a movieclip and a movie starts.. i have so far for the sliding menu..
buttons : on (release)
_root.menu.Xpos = 0
on (release)[code]....
What code would I use to make a button, that when you click, it returns you to frame one. Gotoandstop doesn't work.
View 1 RepliesI'm just re-learning Flash after a 12 year break. How can I make the 3d orbiting light trails that appear on the 2advanced video on YouTube? Here's the link: [URL] Is it simply a case of making a single trail and then animating a mask along the trail to give the effect of movement?
View 1 RepliesWith sifr, how do I make a font use the light weight version. I have...
var gillsans = { src: '/resources/swf/gillsans.swf' };
sIFR.activate(gillsans);
sIFR.replace(gillsans, {
[Code]....
which is displaying regular Gill Sans, the light version has been exported with the swf (said so in the export report), but how do I get it to display in sifr?
I have a home page thing. all the buttlons fly in and such all i need is so when a mouse hovers over a button it lights up or the brightness increases and when you remove the mouse from the button it goes back to normal
please help me out.
The menu is like this http:[url]... (the site is in portuguese but it doesnt matter), when I click in on menu the actual menu does an alpha to 0 and the next menu appears using the alpha from 0 to 100 (and some animations like the cellphone going up).Now, how can I do a menu like that, whatever the menu I choose, it does that alpha animation ?
View 1 RepliesHow to make right click menu in Flash with "open in new window" for sIFR link?
Can we make in sIFR3 directly?
Anybody know how to create a custom context menu (right click menu) in Flash?
If it's not possible, wouldn't it be a good idea for Macromedia to put some kind of event or something in there?
i wanted to place some credits item in the right button menu (no links, so no events, just a label with credits). i was looking the contextmenu help, and there is an example of how to add items, disable default items and so on, but i could not find how to attach the menu to the movie (the basic part). i tried both on 'stage' and it tells me that stage does not have a property called contextMenu, so i tried to attach it to a sprite, it runs ok and compiles ok but when i right click on the sprite i get the default menu
var _menu_item:ContextMenuItem = new ContextMenuItem("here goes [code].....
how to add a right click menu with a custom item?
I have an array for my menu and submenus.It works fine, but I have to click again on the menu to close it.When it's open it's completly open it takes too much space.how I could make a menu close when I click on another menu item..this is the code on the frame on my main timeline:
MenuArray=new array();
MenuArray[1]=menu1;
MenuArray[2]=menu2;[code].....
I've got a drop down menu. I want to click a tab to make it drop then, if it's open, click it again to close. I've tried a million variations on the script below:
var btn_grp1:String
function main1Down(event:MouseEvent):void {
if (btn_grp1 != "dwn") {
[Code]....
This works too (once). So the drop down buttons all disapear again, but it won't re-set. The drop down menu stays up from then on.
BTW i'm not set on this method, it just seemed the most obvious i.e. if menu hidden, then show it, set some variable to down (showing), else hide the menu, set var to up (hidden). Not working though.
I need a tutorial for a hierarchical drop down menu system that drops down 3 sub levels. Do I make the items in the sub menus individual buttons and then insert them into a movie clip or make every sub menu item a movie clip and insert them into buttons?
View 1 RepliesIm trying to make a menu for a web page using menubar and menu components, is ther any way of making os specifing that the menu can get drawn out of the canvas, since i need that the bar is thin for getting in a space betwen to image headers.
View 1 Replieshow to make a sub-menu for a flash context menu. I have tried to create a menu item that is a menu in itself, but it wouldn't work.
View 1 RepliesI just started playing around with as3 and I have a function for mouse clicks that draws a shape on each click. However the mouse click event does not appear to work unless I click a movieClip object I placed in the middle of the screen. Is there a way to make the mouse click event recognize when I click anywhere on the screen?
[Code]...
I have a navigation menu for a html webpage here and am having a few problems with it!I have a little knowledge in AS 2.0 and limited knowledge when it comes to 3.0.This should be a simple thing!! Being a newbie is hard.The menu should just animate as you run along the tabs with your cursor and then open the selected webpage in the same window (_self) when a tab is clicked.The issues with the menu are:
(1) The slide out animation (as you will quickly see from the swf) jitters when the mouse is between two tabs. This 'vibrates' the two menu options until the mouse is moved.
(2) The getURL scripts I have placed on the first two tabs don't work properly either!swf and fla attached in zip
I am currently creating a website in which I want a navigation menu created in flash. I have attached an image of the menu (without the animation) based on how it would look on the home page. What I want to happen is this; when you hover over each word I want the pink rectangle on the left to tween vertically so that it ends up next to the item that is being hovered over. Once the user removes the cursor I want the pink rectangle to tween back to the default position. So if on the home page, the default position would be to the left of the home word and if on the info page, the default position would be to the left of the info word etc.
I tried to turn each word in the list into a movieclip symbol, but once i go into each symbol I'm not sure how I create the animation without copying and pasting the pink rectangle into each movieclip. However as soon as I do this I end up with multiple movieclips on the stage in the main scene.
i'm trying to create a flash website using AS 3.0. i watched several about creating drop down menus, and i created my menu. my problem is that i can't tell buttons to go to content pages. i'm pretty sure that my script is not complete. when i publish the fla i don't get any errors after working on it for some time but my menu is not working.[code]
View 3 RepliesI Want To Make A Menu With 2 Levels Sub Menu.I Used Something Like This But It Can't Answer In SubSubMenu.
View 1 RepliesI'm trying to create a flash menu for my website. Only the menu. I have it so when you roll over a button a new movieclip plays. When you click on the button it takes you to a new page. When you leave the cursor on the button the MC loops.I want to make it so when you roll off of the button the MC stops playing and plays the previously "clicked on" button's MC. Right now when you rolloff the loaded MC continues to loop.For example. I go to the website and click on a new page. A movieclip plays and loops if i go the menu and roll over a new button a new MC plays. And when I roll off of that button the old MC plays.
View 3 RepliesI have made a CoverFlow carousel where one image is always displayed in the center and the others are on either side in the background. When clicking on of one the images in the background that image appears in the center. Nothing else should happen. When clicking on the image in the center, a website loads. Using A3 I managed to get a website to open when clicking on the center image. The problem is that when one clicks on one of the background images it comes to the center and then automatically the website loads. I don�t understand why this happens since I specifically stated that on mouse click only it should open. Maybe because it counts the previous mouse click??Here is the relevant code:
PHP Code: private function show(id : uint) : void
{
fo (var i : Number = 0;i < covers.length; i++) {
[code]...
I have an HTML website with a flash header and dropdown menu.In the beginning, the flash dropdown menu would not show at all untili found the wmode=transparent trick.The menus are now showing properly except for one specific page wherethe text on the page show up OVER the dropdown menu. In all otherpages, the dropdown menu shows up on top of any text that may be inthere.There's nothing on that particular page jumping at me that would causethe problem. In fact, the page uses the same CSS file as the otherpages. I'm really clueless.I'm not sure if it's a flash problem or HTML/CSS problem.
The only difference i could think of was that the page was called froma combobox change event. But i switched the page called to anotherpage i know works with the menu and it was fine. So the problem doesnot come from the combobox calling the page, it really is the pageitself.Does anyone have a clue?Working page sample (sorry its in french)click on Nos Services. You can see how the menu shows up over the bolded text.Now click on the combobox and select the first item listed in it.