A possible solution could be to have two smaller images for the newspaper, one for the top and the other for the bottom part of it.

However, don't worry, these days we are working to fix/improve the touch listener and this will be for sure an improvement we'll make.


-
- self.grid = MOAIGrid.new()
- self.grid:initDiamondGrid(self.parentMap["width"],self.parentMap["height"],self.parentMap["tilewidth"],self.parentMap["tileheight"])



- <layer name="ground" width="10" height="10">
- <data>
- <tile gid="175"/>
- <tile gid="11"/>
- <tile gid="11"/>
- ...
- </data>
-
- <layer name="ground" width="10" height="10">
- <data encoding="csv">
- 175,11,11,11,11,11,11,11,11,11,
- 11,11,11,11,11,11,11,12,11,11,
- 12,11,12,12,11,11,11,12,12,11,
- 11,11,12,11,12,12,11,11,11,11,
- 11,12,12,11,11,11,11,11,11,38,
- 12,12,12,12,12,11,12,12,11,15,
- 12,12,12,12,12,12,12,12,11,11,
- 11,11,11,12,12,12,12,12,12,11,
- 11,11,12,12,12,12,12,12,12,11,
- 11,11,11,12,12,12,12,11,11,11
- </data>
Users browsing this forum: No registered users and 0 guests