Hi All
Please find attached an example DB with a module allowing for easy animation on a form.
Only 1 line of code is needed in the On_Timer event on a form.
AnimateFrames NameOfform,NameOfImage(s),NumberOfFrames
e.g.
animateFrames me.name,"MyImage",6
Inspired by GHudson
Please find attached an example DB with a module allowing for easy animation on a form.
Only 1 line of code is needed in the On_Timer event on a form.
AnimateFrames NameOfform,NameOfImage(s),NumberOfFrames
e.g.
animateFrames me.name,"MyImage",6
Inspired by GHudson