
Welcome Guest
|
#1
|
|||
|
|||
|
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;
}
}Quote:
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);
}
}www.benjidela.com/benji3/menu.html |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |




