home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2000 February / maximum-cd-2000-02.iso / Flash 4 / data1.cab / Samples / Sample_Pages / Objects / Objects.swf / scripts / DefineButton2_30 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  1999-06-15  |  111 b   |  8 lines

  1. on(press){
  2.    startDrag("","0","0","0","0","70");
  3.    tellTarget("..")
  4.    {
  5.       gotoAndPlay(1);
  6.    }
  7. }
  8.