1

I am creating a game using the BlackBerry Java API. I want to show an animation -- can I use the sprite class? Is there any similar functionality avaliable in the Blackberry Java API?

Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
SamG
  • 173
  • 1
  • 7

1 Answers1

3

See guidelines Blackberry Java SDK - Game development, starting from RIM API 6.0 there is a net.rim.device.api.animation package.

And for previous versions see Blackberry - background image/animation RIM OS 4.5.0

Community
  • 1
  • 1
Maksym Gontar
  • 22,765
  • 10
  • 78
  • 114