Jump to content

Percentage bar help


matty

Recommended Posts

Hi,

Im trying to create a bar that will work like this...

 

-100          0            100

-------------------------

 

I currently have bars that are 0 to 100 for example 30/100 pieces of fruit, I want one like the above sort of like an alignment bar good/evil

 

if you are fully evil you have -100 etc.

 

$totalway = ($alignment/100)*100;
$totalaway = 100-$totalway;

 

That is what I have, that will do 0/100, assuming $alignment is -30 it will only extend the bar by 30pixels, i want the bar to come from the other way by 30... and the other direction if its positive.

 

Many thanks,

Matt

Link to comment
https://forums.phpfreaks.com/topic/49433-percentage-bar-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.