home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 86 / PIWD86.iso / pc / contents / flash / utilities / setupanimfx.exe / #setuppath# / interfacedemo.swf / scripts / DefineButton2_451 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-09-12  |  192 b   |  8 lines

  1. on(release){
  2.    _root.interfaceholder.x1 -= 5;
  3.    _root.interfaceholder.x2 -= 5;
  4.    _root.interfaceholder.x3 -= 5;
  5.    _root.interfaceholder.x4 -= 5;
  6.    _root.interfaceholder.x5 -= 5;
  7. }
  8.