Code One
11-14-2003, 03:18 AM
Hello,
I just want to make a simple rater script, and the way I think will be most simple, would be to have a script that counts and keeps track of each rate as is at the moment.
Ex:
You have a few buttons that say; great, good, bad, horrible.
Alright...so now all you need is a simple count script, which when the user clicks a button, the current value will be posted in a div box, which would be seperated by subject.
==========================
Ex:
._____________________
|Great|Good|Bad|Horrible|
._____________________
| 4 | 2 | 6 | 0 | <-- displays sum of count (0-infinite) Counts up
._____________________
._________________
| Rate this track |
._________________
|Bttn Bttn Bttn Bttn|
._________________<-- click here to add one vote (adds 1 vote each click, placement is according to button assingment.)
==========================
You see what I mean, real simple huh, well if you know how to make counter scripts...lol. If anyone has a better idea, then perhaps you would share it.
regards,
Code One
I just want to make a simple rater script, and the way I think will be most simple, would be to have a script that counts and keeps track of each rate as is at the moment.
Ex:
You have a few buttons that say; great, good, bad, horrible.
Alright...so now all you need is a simple count script, which when the user clicks a button, the current value will be posted in a div box, which would be seperated by subject.
==========================
Ex:
._____________________
|Great|Good|Bad|Horrible|
._____________________
| 4 | 2 | 6 | 0 | <-- displays sum of count (0-infinite) Counts up
._____________________
._________________
| Rate this track |
._________________
|Bttn Bttn Bttn Bttn|
._________________<-- click here to add one vote (adds 1 vote each click, placement is according to button assingment.)
==========================
You see what I mean, real simple huh, well if you know how to make counter scripts...lol. If anyone has a better idea, then perhaps you would share it.
regards,
Code One