home *** CD-ROM | disk | FTP | other *** search
/ PC Open e89 / pcopen_e89.iso / Video / UleadVideoStudio5 / Tutorial / English / capture.swf / scripts / DefineButton2_49 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2000-11-13  |  277 b   |  24 lines

  1. on(release){
  2.    gotoAndPlay(3);
  3.    tellTarget("a1")
  4.    {
  5.       play();
  6.    }
  7.    tellTarget("a2")
  8.    {
  9.       play();
  10.    }
  11.    tellTarget("b1")
  12.    {
  13.       play();
  14.    }
  15.    tellTarget("b2")
  16.    {
  17.       play();
  18.    }
  19.    tellTarget("c1")
  20.    {
  21.       play();
  22.    }
  23. }
  24.