home *** CD-ROM | disk | FTP | other *** search
/ Organic Chemistry (8th Edition) / Image.iso / pc / organic / media / content / book_flash.swf / scripts / DefineButton2_238 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-05-14  |  152 b   |  12 lines

  1. on(release){
  2.    if(_currentframe == 1)
  3.    {
  4.       gotoAndStop(2);
  5.    }
  6.    else
  7.    {
  8.       gotoAndStop(1);
  9.    }
  10.    _parent.SetTypeString();
  11. }
  12.