khaledosman / terasoft-12

Automatically exported from code.google.com/p/terasoft-12
0 stars 0 forks source link

[RESET] classes #257

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Button:
        private Vector2 position;
        private GifAnimation.GifAnimation texture, animation, stopped;
        private int screenW, ScreenH;

        private Vector2 Position;
        private User user;
        private Texture2D hand;
        private Vector2 handPosition;

        private Timer1 timer;

        private bool status;

Update()
MoveHand()
Animate()
Stop()
CheckColission()
IsClicked()
Reset()
DrawHand()

------------------------------------
Slider:
        private Vector2 positionBar;
        private Vector2 positionPointer;
        private Texture2D texture, onPic, offPic, barPic;
        private int screenW, ScreenH;
        private int value;

        private User user;
        private Timer1 timer;

        private ContentManager Content;

Draw()
Update()
Move()
On()
Off()
CheckColission()
GetValue()

-------------------------------------------
Timer1:
        private double startTime;
        private bool running;

Start()
GetDuration()
Stop()
IsRunning()

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

Original issue reported on code.google.com by ahmedheg...@gmail.com on 22 May 2012 at 8:42

GoogleCodeExporter commented 9 years ago

Original comment by mk.cena92 on 24 May 2012 at 7:03