home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2001 June / CMycha200106.iso / Urwisy / start.exe / scripts / frame_829 / DoAction.as
Text File  |  2001-05-17  |  170b  |  12 lines

  1. TEST = eval("_level0/:SN");
  2. tellTarget("/TV")
  3. {
  4.    gotoAndStop("THUMB");
  5.    stop();
  6. }
  7. tellTarget("/TV/THUMB")
  8. {
  9.    gotoAndStop(eval("_level0/:SN"));
  10. }
  11. stop();
  12.