# Tiles. Mapmaking problem

**URL:** https://forum.kirupa.com/t/tiles-mapmaking-problem/275951
**Category:** flash
**Created:** [November 20, 2008, 3:09pm UTC](https://forum.kirupa.com/t/tiles-mapmaking-problem/275951 "2008-11-20T15:09:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Elanz](https://avatars.discourse-cdn.com/v4/letter/e/919ad9/32.png) [@Elanz](https://forum.kirupa.com/u/Elanz)
#### Post date: [November 20, 2008, 3:09pm UTC](https://forum.kirupa.com/t/tiles-mapmaking-problem/275951/1 "2008-11-20T15:09:46Z")

</div>

Hi!  
I have just built a mapmaker program for my tile game.  
But i have one problem. I have alot of different tiles.  
here it goes:

i made buttons for each category tiles. Like beach \> basics and so on.  
if i go into the basics frame (this is when i play it, not inside flash), i can go to the beach, to place beach tiles, and so on. much tidier. but when i use the go back button i made, to change tile category, everything on the map disappears…

go back button code:

on (release) {  
gotoAndStop(1)  
}

[SWF FILE](http://elan.mittnett.org/flash/map.swf)

on advance, thank you for any guidence!
