home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / CHIP012004.ISO / misc / tonline / Animation / swf / installieren1_0.swf / scripts / frame_7 / DoAction.as
Encoding:
Text File  |  2003-01-14  |  252 b   |  15 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. _root.var_box.load("txt/installieren1_0.txt");
  13. _root.var_box.onLoad = var_box_ready;
  14. stop();
  15.