home *** CD-ROM | disk | FTP | other *** search
/ Aspects of Cyprus 2 / Aspects of Cyprus.iso / pc / aoc.swf / scripts / DefineButton2_241 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-12-03  |  86 b   |  7 lines

  1. on(release){
  2.    tellTarget(this.about_window)
  3.    {
  4.       gotoAndPlay(2);
  5.    }
  6. }
  7.