LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 07-21-2002, 05:52 AM
reverie reverie is offline
Registered User
 
Join Date: Jul 2002
Location: Pittsburgh
Posts: 6
Rep Power: 0
reverie is on a distinguished road
Nested buttons not receiving mouse events

I've got a navigaton element on this page that moves around the page (click the "Puter" link off to the side to see that) in addition to having its links move around within it. To do this, I have the link buttons nested twice inside the animation wrappers, so that the "Projects" button is _root.nav_move.nav.projects. Problem is, the buttons aren't receiving any mouse events now. The link off to the side changes color when you mouseOver it, but the ones around the circle don't. Also, I assigned some code to the Puter link by the circle which is also not executing:

on (release) {
getURL("puter/");
_global.nav_move.gotoAndPlay(2);
}

The second problem with this page is that the lines across the top, which are autogenerated in some code at the beginning of the movie, won't go below the nav circle. They're generated with some code that looks like this:

for (var i=0; i<numLines; i++) {
if (i > 0) {
duplicateMovieClip(line0, "line"+i, i);
}
...
}

Any help with either of these problems would be greatly appreciated.
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving 3d menu following mouse needs limits + clickable buttons behind a movieclip thevibe Flash CS4 0 07-28-2009 09:06 AM
have mouse events pass straight through a flash movie? johnyboy General Flash 12 09-08-2006 11:32 PM
Urgent help please keral82 Newbies 5 10-15-2005 01:12 PM
sound events within buttons lookatthesun Newbies 2 01-26-2005 07:23 AM
nested buttons losing actions? grantmr Actionscript 2.0 2 10-25-2004 11:02 PM




All times are GMT. The time now is 11:23 AM.