Can anybody help me with differential panning in J2ME??? i am developing a game which requires differential panning but i have no clue about the same. Does anyone know how to do it????
never heard about already pre-written api for j2me, always seen custom implementation of differented layers positioning,
however there is open-sourced j2se library which encapsulates entire process of parallax scroll: http://java.dnsalias.com/
(see: com.dnsalias.java.gage.map.Parallax sources/docs)
maybe you could use it to write your onw implementation,