12-03-2010 07:41 AM
We are having problem in coding for Scroll Key Movement.
We have a requirement to scroll left and scroll right in game.We are using J2ME APIs and using action==LEFT and action==RIGHT to capture LEFT Scrolling and RIGHT Scrolling of Key.If action==LEFT then we are using move() method to move pixels .But it is very slow .
Is there any other way to capture the action of Scroll Key and to move accordingly and smoothly.If not J2ME then what type of code should be used?