Link to .capx file (required!):
Capx
Steps to reproduce:
1. Add a tilemap object to the project.
2. Create an instance of the tilemap in the layout.
3. Add events to re-size tilemap.
4. If making a tilemap instance larger, add events to set tiles that should now be visible/available. If making a tilemap instance smaller, add events to set the tiles that should no longer be visible/available.
5. Preview the Capx
Observed result:
The visible/available tiles do not change at runtime. The debugger confirms the width and height of the instance changes, but the visible tiles suggests otherwise.
When running the above capx, the top tilemap instance displays a 2nd row of tiles. The bottom tilemap instance does not display a cactus at tilemap position 0,2.
Expected result:
Resizing a tilemap instance at run time updates the displayed/available tiles according to the instance's new size, similar to how the tilemap instance behaves in the editor.
When running the above capx, the top tilemap should only display a single row of tiles since the instance's height was reduced to the height of a single tile. The bottom tilemap should display a cactus at tilemap position 0,2) since the instance's height was increased to 4x the height of a single tile.
Browsers affected:
Firefox: yes
iOS: yes
Operating system & service pack:
Windows 7 64 bit SP1
iOS 7.0.4
Construct 2 version:
r156