home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 March / PCU0304CD1.iso / resource / wdesign / files / swishmax.exe / Main / first.swi / scripts / DefineButton2_61 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2004-01-07  |  70 b   |  7 lines

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