home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2003 March / Practical Internet Issue 78.iso / pc / PracticalInternet.exe / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2003-02-06  |  839 b   |  28 lines

  1. set("/categoryconsole/1:SectionTITLE",cat1name);
  2. set("/creditsconsole:month",month);
  3. set("/categoryconsole/2:SectionTITLE",cat2name);
  4. set("/categoryconsole/3:SectionTITLE",cat3name);
  5. set("/categoryconsole/4:SectionTITLE",cat4name);
  6. set("/categoryconsole/5:SectionTITLE",cat5name);
  7. set("/categoryconsole/6:SectionTITLE",cat6name);
  8. set("/categoryconsole/7:SectionTITLE",cat7name);
  9. set("/categoryconsole/8:SectionTITLE",cat8name);
  10. set("/categoryconsole/9:SectionTITLE",cat9name);
  11. if(listloaded == "1")
  12. {
  13.    gotoAndPlay(10);
  14.    set("/menu1:loaded","1");
  15.    set("/menu2:loaded","1");
  16.    set("/menu3:loaded","1");
  17.    set("/menu4:loaded","1");
  18.    set("/menu5:loaded","1");
  19.    set("/menu6:loaded","1");
  20.    set("/menu7:loaded","1");
  21.    set("/menu8:loaded","1");
  22.    set("/menu9:loaded","1");
  23. }
  24. else
  25. {
  26.    gotoAndPlay(2);
  27. }
  28.