home *** CD-ROM | disk | FTP | other *** search
- function var_box_ready(success)
- {
- if(_root.var_box.loaded == true)
- {
- gotoAndPlay(13);
- }
- else
- {
- trace("error");
- }
- }
- picpath = "jpg/tarife/";
- _root.var_box.load("txt/anmelden2_0.txt");
- _root.var_box.onLoad = var_box_ready;
- trackjump = -1;
- trackjump_amount = 1;
- _root.trackjump_digits.reset_digits();
- stop();
-