[ + ] Animating an image with WINDEV Mobile.
1/ animated drawings ('image to animate')
An 'image to animate' is a kind of 'animated drawing'. Several fixed images create an animation. These images are grouped in a single image. This single image contains a number of rows and columns. Just specify these settings to the 7-tab window as well as the duration between each image, and the image becomes animated.
2/ one-way and two-way animations
If no fixed images are available, WINDEV Mobile enables you to scroll the image. Settings are defined in the 'Details' tab of the image description ('Animation'). You can define the direction, the speed, and so on. The different display modes enable you to create over 2,000 different animations.
All the parameters can be modified by programming with the WLanguage functions:
AnimationSetParameter()
AnimationGetParameter()