home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 180 / dpcs0203b.iso / extras / question / Tutorial / xData / menu.swf / scripts / DefineButton2_9 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2002-08-22  |  330 b   |  17 lines

  1. on(release){
  2.    if(items < 1)
  3.    {
  4.       loadMovieNum("xData/" + url + ".swf",10);
  5.    }
  6.    if(this._name == "main" && !expand)
  7.    {
  8.       _parent._parent.makeSubItems(nav);
  9.       expand = true;
  10.    }
  11.    else if(this._name == "main")
  12.    {
  13.       expand = false;
  14.       _parent._parent.closeMenu(_parent._name);
  15.    }
  16. }
  17.