home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / CHIP012004.ISO / misc / tonline / Animation / swf / anmelden2_0.swf / scripts / frame_7 / DoAction.as
Encoding:
Text File  |  2003-05-08  |  354 b   |  19 lines

  1. function var_box_ready(success)
  2. {
  3.    if(_root.var_box.loaded == true)
  4.    {
  5.       gotoAndPlay(13);
  6.    }
  7.    else
  8.    {
  9.       trace("error");
  10.    }
  11. }
  12. picpath = "jpg/tarife/";
  13. _root.var_box.load("txt/anmelden2_0.txt");
  14. _root.var_box.onLoad = var_box_ready;
  15. trackjump = -1;
  16. trackjump_amount = 1;
  17. _root.trackjump_digits.reset_digits();
  18. stop();
  19.