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_3 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  1999-06-15  |  126 b   |  7 lines

  1. on(press){
  2.    set("/:edittarget",_target);
  3.    call("/scale:update");
  4.    call("/rotate:update");
  5.    startDrag("","0");
  6. }
  7.