Cotton_Scratch wrote:

Cotton_Scratch wrote:

Cotton_Scratch wrote:

IcedMocha238 wrote:

Cotton_Scratch wrote:

-snip-
cool! but i was thinking like a visual clickable review system, just like the V1. Any thoughts
Hmm… I'll do that shortly
How about this:
when this sprite clicked
if <<[insert rating] > [4.5]>> then
set [emoji] to [:D]
else
if <<[insert rating] > [3.5]>> then
set [emoji] to [:)]
else
if <<[insert rating] > [2.5]>> then
set [emoji] to [:|]
else
if <<[insert rating] > [1.5]>> then
set [emoji] to [:/]
else
if <<[insert rating] < [1.6]>> then
set [emoji] to [:(]
else

end
end
end
end
end

though the code from V1 to click the stars would be added into this code, maybe a few changes though.
oh, and we should add a way to rate it using half stars too, so that people can give a more accurate rating.
sure thing! i'll talk to the UI scratchers about this!!