HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Progress Bar

02-19-2009, 08:47 PM#1
zetanno
I am trying to find a progress bar system like the one in Battle Tanks (the one used when conquering a control point ) and until I find that one I'm somehow trying to create one myself . Does anyone know where can that system be found ?
02-19-2009, 09:24 PM#2
Alevice
You mean like this:

http://www.wc3c.net/showthread.php?t=98138
02-20-2009, 04:46 AM#3
zetanno
No . I'm trying to get something with texttags that are visible on the field and not on a multiboard .
02-20-2009, 04:52 AM#4
rulerofiron99
Use floating text.

Typically a bunch of "|"s (shift+\, not L) stringed together gives the illusion of a bar (there are no spaces between them in warcraft font), then just colour them in and show/hide to players.
02-20-2009, 05:27 AM#5
zetanno
I'm already trying to do the trick with |||| but in game for me that still look like |||| and not like a bar....
02-20-2009, 05:53 AM#6
holyadvocate
Quote:
Originally Posted by zetanno
I'm already trying to do the trick with |||| but in game for me that still look like |||| and not like a bar....


You wont get them close enough to appear to be a bar, but they can give the same function as a bar.

A status bar requires alot of hard work and imports, i wouldnt even touch them right now
02-20-2009, 12:56 PM#7
xombie
All you have to do is take about 30-40 "|" symbols and color them black. Now, every 0.02 seconds (or a different duration) you will calculate how many "|" symbols to change the color of, and it will make it look like the bar is progressing. There has got to be one in the Resources section...
02-20-2009, 11:20 PM#8
Av3n
I'm pretty sure there is the text tag size argument somewhere in one of the Jass functions which makes them fatter and make them look like a bar...

-Av3n
02-21-2009, 01:59 PM#9
Deaod
http://www.wc3c.net/showthread.php?t=103726
You might want to take a look at this one.