00:00
00:00
Newgrounds Background Image Theme

kyzakay just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Newgrounds Wiki: SaveBrowser

  • Package: com.newgrounds.components
  • Class: SaveBrowser
The SaveBrowser component displays save files to the user, and allows them to select a file to load.

Methods

These are the methods of SaveBrowser.

loadScores

public function loadFiles():void
Loads a list of files and displays them in the save browser.

Properties

These are the properties of SaveBrowser

customSortField

public var customSortField:String;
Allows you to sort on a custom key or rating in your save group. For example, setting customSortField to "Game Type" will sort the files based on their Game Type key.

saveGroupName

public var scoreBoardName:String;
The name of the save group that will be displayed. If no name is specified, the save browser will default to the first save group available for this game. This save group will be used for the next call to loadFiles.

sortDescending

public var sortDescending:Boolean;
Sets the sorting order of the files.

sortField

public var sortField:String;
Determines the field that the files will be sorted on.

title

public var title:String = "High Scores";
The title text displayed at the top of the save browser.