I want to an implement an gif image in an midlet which should be changing not in a canvas but in highlevel midlet
Suggestion will be helpful
thank u
I want to an implement an gif image in an midlet which should be changing not in a canvas but in highlevel midlet
Suggestion will be helpful
thank u
In the "High level API", you can use a form and append and image.
You can always create the illusion of movement by removing and adding different images for different frames.
If you want better control, you should use Sprites, which are available in the Game API.
Best Regards,
Sebastian Montabone