home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 180 / dpcs0203b.iso / extras / question / Tutorial / xData / menu.swf / scripts / DefineButton2_9 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2002-08-22  |  95 b   |  7 lines

  1. on(rollOver){
  2.    if(this._name.substr(1,1) == "s")
  3.    {
  4.       block._alpha = 100;
  5.    }
  6. }
  7.