home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.17 / 2002-07_Disc_7.17.bin / Data / items.pcg / scripts / DefineSprite_133 / frame_8 / DoAction.as
Text File  |  2002-04-25  |  400b  |  8 lines

  1. var thepercent = (_parent.theBox._y - 224) / 160;
  2. var theCeil = int(_parent.num_Games / _parent.scrollMax);
  3. if(thepercent >= 1)
  4. {
  5.    theCeil = _parent.num_Games / _parent.scrollMax;
  6. }
  7. _parent.scrollListBox("menugame","arGamesDBSlice.","gamenumber",_parent.arGamesDBSlice.length,_parent.topDB,"topDB",int(theCeil * thepercent),"dbCount",_parent.currentGameCount,_parent.theBox._y,"GameBox_y");
  8.