home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2000 October / tst.iso / multimed / IDN / web / lemonruski / template7.swf / scripts / DefineButton2_333 / BUTTONCONDACTION on(press, release).as
Encoding:
Text File  |  1999-09-08  |  226 b   |  15 lines

  1. on(press, release){
  2.    tellTarget("/marketplacett")
  3.    {
  4.       nextFrame();
  5.    }
  6.    tellTarget("/nightclubinsert")
  7.    {
  8.       nextFrame();
  9.    }
  10.    tellTarget("/spacestationinsert")
  11.    {
  12.       nextFrame();
  13.    }
  14. }
  15.