Some stuff I would like to see in eRepublik(1) Energy Bar Slider

Day 4,813, 11:57 Published in Ireland Ireland by Releasethe Krakken

I did a little mock up. Since not everyone is interested in coding I will just show the screenshots of how my idea will work in practice . It took me 24 lines of code to write the mockup and to make it easier to understand I included stuff visually that usually will be hidden to users.
Now reloading energy bars currently in the manual version of the game requires a lot of clicking probably if you keep in enter as with the fight button it takes a few seconds for a energy bar to load during an intense battle like the winter challenge where you got prestige boosters it meant that you where clicking the whole time to load energy and then fighting. Which was a massive schlep which I really didnt like.

So here is the idea :
So at the start of the battle one is at 0 energy and 0 energy in the buffer. As can be seen in this example I have 10000 x 100 energy bars and 2000 x 200 energy bars. Now I dont want to waste time in loading my energy so I introduce a slider in the program I use its called a trackbar.

So say I am on 0 energy



I select I want to use my 100 energy bars and then slide till the end to refill my energy back to 5000



I then click on add energy. The number of energy bars consumed is removed from my total and the energy is added to my total.



This took me about 5 seconds to refill my energy versus the probably 1 or 2 minutes in the game currently.

Here is some music:

http://www.youtube.com/watch?v=BRcs_OzQb14


http://www.youtube.com/watch?v=ZLqzr29m6E4

Here is code to the program Code


[youtube]http://www.youtube.com/watch?v=D2h4PhgobI8[/youtube]