New UserLib : GadAnim
Posted: Sat May 08, 2004 10:34 pm
Code: Select all
;-------------------------------------------------------------------------------
;
; Name : GadAnim
; Version : 1.0
;
; Author : Flype ( flype@altern.org )
; Date : 08 may 2004
;
; Purpose : GadAnim allow the creation of Button and/or Image animated
;
; Compilation : TailBite 1.1 PR 10 and PureBasic 3.90
;
; Commands : GadAnimButton(GadgetID.l, x.l, y.l, w.l, h.l, ImageID.l, ImageNB.l)
; GadAnimImage(GadgetID.l, x.l, y.l, ImageID.l, ImageNB.l, Flags.l)
; GadAnimStart(hWindow.l, TimerID.l, Delay.l)
; GadAnimRestart()
; GadAnimPause()
; GadAnimStop()
;
;-------------------------------------------------------------------------------
http://www.serveurperso.com/~flype/Pure ... adAnim.zip