home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / flashsky_brightbolt / menu.swf / scripts / DefineButton2_28 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-09-24  |  134 b   |  9 lines

  1. on(release){
  2.    tellTarget("/sections")
  3.    {
  4.       gotoAndStop("section2");
  5.       play();
  6.    }
  7.    getUrl("about.html", "");
  8. }
  9.