[Resolved]How to zoom in, zoom out Map?

Hi Everyone,

I have a Map. This map combine 20 background Sprite(960x640) consecutive but we are visible only 1 background Sprite(960x640).
What the best way zoom in, zoom out this map to visible all 20 background Sprite?

Did you try to add all your sprite to a layer, and then zoom in that layer?

Shun Lin wrote:

Did you try to add all your sprite to a layer, and then zoom in that layer?

Yeah, i tried it and successfully :slight_smile:

Great!

can you send me the sample code for zoom in/out, how to use in javascript