CODE |
ec1 ipart((pixel number)((current hp)/(total hp)) //followed by a for( loop to turn the pixels on or off. c2 |
CODE |
ec1:line(A,D,A+E,D,0 :line(A,D,A+EB/C,Dc2 |
CODE |
ec1(ipart(((L1(1)/L1(5))*100)))/2->U c2 |
CODE | ||||||
ec1(ipart(((L1(1)/L1(5))*100)))/2->U
Post by: katmaster on July 03, 2006, 08:31:00 pm ![]() Post by: DJ Omnimaga on July 04, 2006, 01:04:00 am Post by: kalan_vod on July 04, 2006, 04:47:00 am
I was able to look at some of the code which was posted on June third at Loki's forums, and it looks great. I would be able to give a hand in helping the size go down, and most likely the speed. Let me know if you would like some help with the task at hand. Post by: DJ Omnimaga on July 04, 2006, 05:50:00 am ![]() Post by: katmaster on July 04, 2006, 07:41:00 pm Post by: tifreak on July 05, 2006, 01:25:00 am
Because, it worked, and wasn't slow. :P ![]() I had plans on optimizing it like that, once I got back to AODR, but for now, it is just one of those things on the todo list. Anyways, mine works for any amount on the numbers. It will only mess up if hpmax>hp. Otherwise, this is a very dynamic routine. Post by: Dragon__lance on July 05, 2006, 02:55:00 pm ![]() Post by: Risen Phoenix on July 05, 2006, 04:49:00 pm ![]() After fiddlin' around using some of the methods provided, I found a method that works perfectly :) ![]() I wasn't actually using the graph commands though (Line, Pt-on,ect.), just pxl on and off, and For( loops (for ease of use) :lol: ![]() Post by: katmaster on July 05, 2006, 05:22:00 pm ![]() |