home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.7 / 2001-10_Disc_7.7.bin / Data / items.pcg / scripts / frame_13 / DoAction.as
Text File  |  2001-07-19  |  817b  |  17 lines

  1. if(startingTab)
  2. {
  3.    startingTab = false;
  4.    loadMovieNum("Data/PCGvideo.pcg",2,"GET");
  5. }
  6. testBox = "Why the PCGAMER CD is better than the competitions\' CDs.For one, it is a much cooler looking interface. For two, it is fun to use. For three, <B>it has cool people behind it.</B>";
  7. theBox._y = GameBox_y;
  8. gamename = eval("gamename" + TheCurrentGame);
  9. issue = "This game can be found in the " + eval("gameissue" + TheCurrentGame) + ", issue of PC Gamer";
  10. category = eval("gamecategory" + TheCurrentGame);
  11. cool = eval("gamehighs" + TheCurrentGame);
  12. suck = eval("gamelows" + TheCurrentGame);
  13. word = eval("bottomline" + TheCurrentGame);
  14. rating = "Rating: " + eval("gamerating" + TheCurrentGame) + "%";
  15. publisher = "Publisher: " + eval("gamepub" + TheCurrentGame);
  16. url = eval("gameurl" + TheCurrentGame);
  17.