AS2 :: Professional - Buttons - If Click The Logo Repeatedly In Different Areas The Link Will Sometimes Work

Nov 23, 2010

Working on the following site [URL] On the "What we Do" page (one click to the right) each company logo is linked using the Action Script 2 below. Only the "Zipfizz" button works though. The rest of the buttons only work very rarely. I made a stock button from a white box then turned the opacity to 0. Put one over every logo with the proper dimensions and gave them the right instance names. If you click the logo repeatedly in different areas the link will sometimes work. Anyone have an idea what's going on? I not very familiar with AS2, only AS3 but the site was built by another designer awhile ago.

[Code]...

View 1 Replies


Similar Posts:


Professional :: Translucent Logo Sees White Details Take On Colour Of Logo Base?

May 25, 2010

How should vector artwork be drawn in Freehand so that white details sitting over a blue base are still readable when alpha of e.g. 50% is applied in Flash 8 ? In Freehand 9 I created a logo. Logo has an rgb mix blue base rectangle and rgb white drawn shapes on top. I also drew over the text and gave it the rgb blue as a fill with line none. That sits on top of one of the white shapes.

[Code]...

View 1 Replies

Map With A Link - Buttons Doesn't Work

Jun 5, 2009

My map: [URL] The problem: The buttons does'nt work,i think i'm doing something wrong. They're in the map it self,because i don't want them to move while zooming. Actions of the button is: on (release) {getURL("http://mapping.lt", "_blank");} T.y. The fla of the map is here [URL]

View 1 Replies

ActionScript 3.0 :: URL's That Link To Certain Areas In Swf?

Apr 12, 2009

I was looking at www.countryroad.com.au and noticed that the page URL updates whilst navigating the flash site like it would in a html site.

This seems like a nice feature considering the page seems to be made entirely in flash.

View 1 Replies

ActionScript 1/2 :: Click Buttons Twice To Work

May 24, 2009

The buttons are contained in a movie clip.When you click the button, it starts the movie clip and makes the page "flip".Problem is, if i click back to page 1 and go back to page 2, it now takes two button clicks to start the movie clip.I put this action in the button where "page2" is the instance name of the movieclip:[code]

View 12 Replies

ActionScript 2.0 :: Links That Link To Other Areas Within A Dynamic Text Box?

Jan 9, 2005

I'm wondering if it is feesible to create a dynamic text box with like a contents sections at the beginning of the box that once you click a link it will scroll down to the appropriate info withing that dynamic text.

I created an image to help further explain my situation.[URL]..

View 3 Replies

ActionScript 2.0 :: Links That Link To Other Areas Within A Dynamic Text Box

Jan 9, 2005

I'm wondering if it is feesible to create a dynamic text box with like a contents sections at the beginning of the box that once you click a link it will scroll down to the appropriate info withing that dynamic text.

I created an image.

[URL]

View 3 Replies

Flash :: PHP - Add A Logo With Url Link On A Web Player?

May 6, 2010

I am doing a project in PHP in which Users can upload videos to the website.Visitors can watch the videos in the website. There will be a logo on the web player.when the visitor clicks on the logo it has to take him to a new page.I don't know how to add a logo with URL link on a web player.

View 1 Replies

Professional :: Trying To Get URL Link To Work

May 26, 2010

I have a simple button and in the "down" frame of the button I'm pasting a url Link under the options in the properties tab. For Target I selected _blank. This doesn't work for me. This was my second option after my first didn't work either. Its a really simple file and I can't figure out why it won't work. I am using Flash CS4.

View 6 Replies

ActionScript 2.0 :: Start Drag And Make Each Logo Link To A Url

Apr 8, 2009

I have a timeline with a movie clip with the instance 'first'. this is a series of logo with buttons that move from left to right. you can click and drag them right or left, and when you roll over them, it pauses the movie. The problem is now I need to make each logo link to a url.

[Code]...

View 21 Replies

ActionScript 3.0 :: Flash Button Link - Fade In Logo

Jan 29, 2010

I have a flash button link using actionscript 3.0. The animation is a fade in of a logo. The problem is that the button is only a link during the animation, ie. when the logo has fully faded in it stops becoming a link.

Here is the actionscript code I am using:
import flash.events.MouseEvent;myButton.addEventListener(
MouseEvent.CLICK, myButtonFunction);
function myButtonFunction(event:MouseEvent):void {var request:URLRequest = new URLRequest("[URL]");
navigateToURL(request, "_self");}

View 11 Replies

Professional :: CS4 Flash Crashes Repeatedly On Saving?

Jul 6, 2010

I've got a large(at least I assume it's large, ~200meg) flash file I'm working with that upon saving, it goes into the dreaded "(Not Responding)" mode.  Is this a symptom of being such a large file?  It's image intensive--I can try reducing the image quality--or is there something else I'm missing?I'm on a toshiba laptop, using the latest version of windows.

View 3 Replies

ActionScript 2.0 :: Load A Movie That Also Has Captions For Areas It Does Not Work

Aug 11, 2004

i have a movie that has captions on different frames and that works but when i load a movie that also has captions for areas it does not work.

this is the caption code that is loaded in the main movie first frame.

/*tooltip metod for MovieClip object
parameters definition:
m= the message for tooltip.

[Code].....

then i have a invisible movie clip named Laurel that when you mouse over it should show up.

View 1 Replies

Professional :: Link Audio To Button To Make It Play And Stop On Click?

Mar 2, 2010

I am trying to connect audio to the button so when I click on the button music it starts playing and when clicked again music stops.

View 5 Replies

Professional :: Animated Buttons Pointing To The Same Link?

Sep 16, 2010

I am working on our new website and have purchased an animated flash template. I have very limited experience of Flash and use Dreamweaver as my every day web tool.
 
I have modified most of the template but have a frustration with some animated buttons pointing to the same page even though I think i have programmed CS5 to point it to different pages. In the middle of each page is 3 boxes which have 3 Read me buttons... each should point to a different page.
 
[URL]
 
It has absolutely got me beaten. I have copied the buttons and their animations, renamed all elements of the button but something is clearly linking them together.

View 3 Replies

Professional :: Get Buttons To Link Back To A Symbol?

Oct 26, 2010

I am an extreme newbie at Flash and AS3.I've just been reading all I can this past week and trying to put together what I had hoped was a simple project in flash for our Website banner. I'll try to describe my project and the part that I am stuck at.[URL]..
 
You'll see a large green banner near the top of the page that advertises one of our products. In Flash, I have created a rotating banner with five images like the one shown on our site. I have it rotating on an 8-second basis, and I have it so that when someone clicks on my invisible button (the whole banner part) that it goes to that product's web page. I've also added five small buttons in the bottom right corner, so that someone can hover over them and go back to one of the rotating images if they missed what was shown, etc.

I have figured out how to create the buttons and have them shown red, when hovered on each layer. The part that I am stuck at, is I don't know how once I write my action for each button, to have them link back to one of these rotating banner images. I know this is possible, I just don't know AS3 or any programming for that matter to understand what my options are for the function script. I have each one set up as an instance so that I can add the EventListener when they click on it, I just don't know what to put other than a URL, since that is all I am familiar with. If you know how to get me to link my project to this forum so you can see the actual project,

View 7 Replies

Professional :: Buttons That Link To Layers Or Alternative?

Jul 27, 2011

I am trying to create a Flash website that with multiple pages. Each page has input text areas to collect a number of something. I would like to do the following :
 
Have multiple pages that keep the user's input data as they navigate back and forth between pages Allow the user to hit a simple "calculate" button to take the kept information on each page and show the end calculation of the entered data on each page on the main stage or page.
 
I would assume that to keep input information intact, the pages would all have to reside in FRAME 1 where the actionscript is kept and the main guts of the calculations occur. So, is there a way to make a multi-page website in Frame 1 only using only multiple layers where the page buttons simply only go to another layer rather than page. Or, can I create a multi-page website over many frames, keep the user entered data intact while navigating to each page and propigate/calculate that data when the user hits the "calculate" button on the main page?

View 1 Replies

Professional :: Cant Stop Flash Page From Flashing Repeatedly (making Website)

Nov 20, 2011

Well first off here is my script so far on the page:
 
[URL]
 
Using Pastie to keep amount of text on thread low to make things easier to read.
 
Here are the errors I get everytime I try to debug or Test Movie:
 
[URL]
 
Also maybe if you can help a bit with it heres the check list that this is graded on. Also no I am not trying to make you guys do my work for me its just he gave us this project but I have been at work (17) and unable to finish it at all. Please help I dont want  a bad GPA this ending semester.[URL]

View 1 Replies

ActionScript 2.0 :: Get A Simple Fade Out Of A Logo To Work?

Oct 11, 2004

I've been trying to get a simple fade out of a logo to work. I converted the logo to a movieclip called logo_mc I click on the logo_mc movieclip and insert this actionscript.

onClipEvent (load) {
if (this._alpha>0) {
this._alpha -= 5;
}
}

I have also tried putting the code on the main timeline without any success.

If I understand correctly this should see if the alpha is greater than 0 and if it is it should decrease the value by five increments until it reaches 0.

View 3 Replies

Flash :: Professional - Menu Doesn't Work After Opening An External Link

Nov 7, 2010

I made a simple website with a flash menu, that opens internal links in an iframe. However, I have a few other (not included in the menu) external links, which open in the same iframe. And after I click on one of them and it loads in the iframe, the buttons on the menu stop working. I'm beginning to think it has something to do with the internet explorer, since it works on some computers. But I'm not sure... not very good at this.

View 5 Replies

Professional :: Link Buttons To Labels In A Separate Movieclip?

Mar 19, 2011

I'm fairly new to flash so please excuse my lack of knowledge...using AS3 basically I had a situation arranged where when a button was clicked and flash would then display a certain image by jumping to a label on the timeline, and by clicking a different button a different image would be shown. this was working pretty well but for layout reasons I had to split these buttons and the timeline that they relate to up into separate movie clips. obviously the buttons dont do anything now, but what i'm hoping to find out is how I can link these items back up despite them being in separate movie clips.  is this possible? i'm just wanting them to do the same thing they did when they were both in the same movieclip.

View 10 Replies

Professional :: Games Right Click Doesn't Work?

Jun 20, 2011

When I played Pogo Payday Freecell, if I'd right-click on a hidden card it would show that card.  Now (on Flash 10.3) if I right click I get a pull down menu with show card - press space bar, Global setting and Adobe written.

I've also noticed on a number of other sites that right click now bring up this pul down menu with Adobe written on the bottom. How can I change the settings so they work like they used to?

View 3 Replies

ActionScript 2.0 :: Movieclip - Get A Simple Fade Out Of A Logo To Work

Oct 11, 2004

I'm new to the forums and to actionscript. I've been trying to get a simple fade out of a logo to work. I converted the logo to a movieclip called logo_mc I click on the logo_mc movieclip and insert this actionscript.

[Code]...

I have also tried putting the code on the main timeline without any success. If I understand correctly this should see if the alpha is greater than 0 and if it is it should decrease the value by five increments until it reaches 0.

View 6 Replies

Professional :: Buttons.click On Top Of Another Button?

Sep 4, 2010

I have a flash game where a mallot will move with the mouse and when clicked, activate a button on the mallot using "onRelease". When the button on the mallet is clicked it doesn't activate the "onRelease" of the button under the mallet's current position.

View 1 Replies

ActionScript 2.0 :: Transparent Areas Of Movie Clips -- Clicking Buttons Underneath?

Jan 23, 2004

I've got a movie clip with masked-out areas. It's placed on top of various buttons.The idea is, the user rotates the top movie clip to reveal stationary buttons beneath it. Where there's a hole in the top movie clip, i'd like the user to be able to click the button revealed below.

It's looking like that's not possible. The buttons underneath cannot be activated, because the top movie clip is in the way, despite the transparency from the mask.

I'll begin thinking of a Plan B workaround, but first I wanted to ask if there's a way I'm not thinking of to do my Plan A.

View 2 Replies

ActionScript 2.0 :: Transparent Areas Of Movie Clips - Clicking Buttons Underneath

Jan 23, 2004

I've got a movie clip with masked-out areas. It's placed on top of various buttons. The idea is, the user rotates the top movie clip to reveal stationary buttons beneath it. Where there's a hole in the top movie clip, i'd like the user to be able to click the button revealed below.

It's looking like that's not possible. The buttons underneath cannot be activated, because the top movie clip is in the way, despite the transparency from the mask. I'll begin thinking of a Plan B workaround, but first I wanted to ask if there's a way I'm not thinking of to do my Plan A.

View 2 Replies

Professional :: Getting Buttons To Work?

Apr 1, 2010

i'm just learning Flash at a local college and my instruction is not being very helpful, so i'm hoping someone can help me. I need to insert a "start" button that will start the movie. I have the button on a layer called "startButton". I inserted another layer and called it "stopMovie" - this is where I add a keyframe on the 1st from and the last frame and then add a actionscript to stopmovie on both frames.
 
The problem I'm having is when I select the 1st frame of the layer where the button is localed, I go to the actionscript window/global fuction/timeline and then I want to select "play" but the system has it grayed out so I can't select it. My only option is "goto". But that doesn't work. All I want the funtion to do is start playing when I click on the start button.

View 1 Replies

Professional :: Get Text Links In Flash To Work With A Single Click?

Jan 13, 2011

I have created static text links in Flash (CS4) but they only work when published with a double-click.How do I get them to work with a single click?

View 8 Replies

Professional :: Navigation Buttons Work On And Off?

Feb 18, 2010

I am new to Flash CS4 so I may be doing something stupid. I created my assests on Photoshop CS4 and imported them into flash as flash layers. I followed a training video by Paul Trani about creating a first website. I have several pages in my site, home, about, contact, photos etc. I created navigation buttons for the homepage and they work great. However on my other pages I created different buttons as they are in a different place and have some additional buttons that the homepage does not have (except the contact page has common buttons to the homepage). I put the homepage and second page (contact) actions on frame 1. I then created a new keyframe at frame 20 where the rest of the pages uses common buttons. I then changed the language in the action script so as not to conflict with the frame 1 action script. I had trouble making the second group of buttons work so I created a new actions layer (actions2) and they work, except.

Well my homepage buttons work, all of them. I can even go to my contact page (which share the same buttons with the homepage) and then go back to the home page. I can also go from the homepage to the other pages and those buttons work... UNTIL I go back to the home page or to the contacts page (the pages that share buttons) then those buttons NO LONGER WORK??? It seems like once I committ myself to one group of pages (I consider myself having two groups of pages based on the sharing of buttons by each group) it disables the other group.

View 5 Replies

Professional :: Buttons Do Not Work When In MovieClips?

May 8, 2010

I'm trying to create a portfolio site and I'm running into some problems. I've built my main site on the timeline and all my buttons work fine the AS is very simple:
function goForward(event:MouseEvent):void {
if(currentFrame == totalFrames) {
gotoAndStop(1);
} else {
nextFrame();
}} next_btn.addEventListener(MouseEvent.CLICK, goForward);

But when I make Movie clips of a scenes with buttons in them (children?) to try and simplify the site, AS doesn't seem to recognize the instance name for the button in the Movie Clip. I get an error message:
1120: Access of undefined property next_btn.

I've put an invisible button over the mc and given it the next_btn instance name and it works although I would like to fix the buttons in the MC properly. Is it better to condense a site into movie clips and single frames or should I just have a long linear timeline that spans many frames?

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved