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

  1. var thepercent = (_parent.theBox2._y - 224) / 160;
  2. var theCeil = Math.ceil(_parent.num_Extras / _parent.scrollMax);
  3. if(thepercent >= 1)
  4. {
  5.    theCeil = int(_parent.num_Extras / _parent.scrollMax);
  6. }
  7. _parent.scrollListBox("menuextra","extraname","extranumber",_parent.num_Items,_parent.topExtra,"topExtra",int(theCeil * thepercent),"extraCount",_parent.currentExtraCount,_parent.theBox2._y,"ExtraBox_y");
  8.