Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Graphical Vote Table PSP

From GameBrew
Graphical Vote Table
Votetablepsp.png
General
AuthorKenny Lindahl (HaxxBlaster)
TypeDemos
VersionBug fix
LicenseMixed
Last Updated2006/07/31
Links
Download
Website
Source

A vote table demo program that can be used in real time (the stand alone version) or be used in a Lua application.

It contains:

  • A stand alone version, wish allows you to change the values of the votes.
  • A function that can be implemented by Lua developers for their applications. Everything is built in a function, for easy use for Lua developers.

User guide

Here is an example of the arguments that you can put in to the function load:

vote(23,"Yes",45,"No",13,"Blank",80,100,true)

Short description:

vote(votes1,voted1,votes2,voted2,votes3,voted3,x,y,summary)
       |      |                                       |                                
       |   What opt 1 voted, as string.               |    
     How many votes.                                  |    
                         Summary as boolean, true or false.

Controls

Left/Right - Modify value

Start - Reset to default value

Screenshots

votetablepsp2.png

Changelog

Bug fix

  • The bug that was fixed was the freeze bug. It was caused if you putted all votes to < 1, because of the procent calculation. However, it's fixed now.

External links

Advertising: