2

I am developing game in andengine..here i need to show progress bar for time up of game.. is it possible to fix progressbar using andengine. i have searched but i got only for android.

Can anyone give me some articles and suggestion please..

skaffman
  • 398,947
  • 96
  • 818
  • 769
deepa
  • 455
  • 3
  • 8
  • 17
  • 2
    i got solution for this. i juz place progressbar image and reduce the width of the progressbar using progressbar.setWidth(progressbar.getWidth()-1) on time basic so it shows like progressbar is reduced with in certain time. – deepa Mar 11 '11 at 05:08

2 Answers2

0

AliHafizJi has posted some code on github. Below is a link to that:

https://github.com/aliHafizji/AndEngineHelperClasses

It has a 'Slider' and a 'Level Selector' in this code.

You may find it helpful for your requirement.

Mazhar
  • 366
  • 1
  • 2
  • 13
0

You may use RenderSurfaceView, where you'll be able to use basic android UI elements as well as specific methods from andEngine.

SVS
  • 200
  • 9