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




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-19-2007, 10:25 PM
webbenji webbenji is offline
Registered User
 
Join Date: Jun 2007
Posts: 12
Rep Power: 0
webbenji is on a distinguished road
drop-down issues

Hello.

I build a drop down movie clip by doing this:
A main movie clip "menu" that has two parts in it's frame:
1) not droped-down
2) menu droped -down

Here is the actionscript I put on it:
Code:
on(rollOver){
    if(var1==true){
    this.gotoAndPlay(2);
    this._parent.mainpictureloader._alpha=15;
    }
}
Var 1 is located on frame 1 of the movie and is set to "true" on frame 1 and "false" on frame 2.
Quote:
this._parent.mainpictureloader._alpha=15;
This is to make the background less visible (see website to understand)
Now inside that drop down, I need to create another one. So I did the exact same thing except var1is called var2 but somehow, it doesn't work...
So here is the code for the second drop-down:
Code:
on(rollOver){
    if(var2==true){
    this.gotoAndPlay(2);
    }
}
Here is the website:

www.benjidela.com/benji3/menu.html
 


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
Drag and Drop ScottyEvil Flash MX 2004 1 05-18-2007 05:02 PM
drop down menu commands jreley Flash MX 1 09-11-2006 07:46 PM
Drag & Drop Help! jmwebcenter Flash MX 2004 1 02-08-2004 07:27 PM
Loading text in a text box from a drop down menu MattAitch Flash MX ActionScript 0 10-10-2003 12:34 PM
more drop down help please mizak_10 Newbies 1 09-02-2003 08:04 PM




All times are GMT. The time now is 10:08 PM.