home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2001 July / Practical Internet July 2001.iso / PracticalInternet.exe / scripts / DefineButton2_21 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-09-22  |  71 b   |  7 lines

  1. on(release){
  2.    tellTarget("../")
  3.    {
  4.       nextFrame();
  5.    }
  6. }
  7.