home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / Macromedia Flash 4 / Sample Pages / Objects / objects.swf / scripts / DefineButton2_30 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  1999-05-28  |  111 b   |  8 lines

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