# S.o.s

**URL:** https://forum.kirupa.com/t/s-o-s/34663
**Category:** flash
**Created:** [November 4, 2003, 11:38pm UTC](https://forum.kirupa.com/t/s-o-s/34663 "2003-11-04T23:38:05Z")
**Posts on this page:** 14
**Page:** 1

<div class="post-metadata">

### Author: ![macneilslt](https://avatars.discourse-cdn.com/v4/letter/m/aeb1de/32.png) [@macneilslt](https://forum.kirupa.com/u/macneilslt)
#### Post date: [November 4, 2003, 11:38pm UTC](https://forum.kirupa.com/t/s-o-s/34663/1 "2003-11-04T23:38:05Z")

</div>

save our souls, or atleast mine, i’m trying to make this basic game, where you travel through a maze, but you have to get keys to open gates, hit portals to jump from point to point, avoid traps, and so on…

i had a pretty good start on it, but for some reason some odd things are occuring, for instance you can get halfway through a wall, some times you can get stuck in a wall, you can get through the second green gate, and other things like that, i can’t figure out why, or how to fix it…

here is the .fla

[www.geocities.com/macneilslt/mazeadventure.fla](http://www.geocities.com/macneilslt/mazeadventure.fla)

any help would be greatly appriciated…  
thanks.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 5, 2003, 3:37am UTC](https://forum.kirupa.com/t/s-o-s/34663/2 "2003-11-05T03:37:02Z")

</div>

im not on a computer with flash at the moment so I cant look at your fla. But I’ll try help anyways. Have you make the game tile based or art based?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 5, 2003, 9:07am UTC](https://forum.kirupa.com/t/s-o-s/34663/3 "2003-11-05T09:07:05Z")

</div>

well its not tile based, so i guess its art based

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 5, 2003, 9:22am UTC](https://forum.kirupa.com/t/s-o-s/34663/4 "2003-11-05T09:22:43Z")

</div>

I suggest you make it tile based.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 5, 2003, 9:40am UTC](https://forum.kirupa.com/t/s-o-s/34663/5 "2003-11-05T09:40:05Z")

</div>

did you look at it??  
i was actually just looking at a tutorial for a tile based game, looks a bit more complex

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 5, 2003, 9:42am UTC](https://forum.kirupa.com/t/s-o-s/34663/6 "2003-11-05T09:42:29Z")

</div>

yeah, I had a quick look at it. Its art based. Thats why your file size is so big. Go to [flashkit.com](http://flashkit.com). Go to there tuts. page and have a look for mazes.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 5, 2003, 10:00am UTC](https://forum.kirupa.com/t/s-o-s/34663/7 "2003-11-05T10:00:09Z")

</div>

i couldn’t find anything but a maze genorator, and thats not what i really need?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 5, 2003, 10:02am UTC](https://forum.kirupa.com/t/s-o-s/34663/8 "2003-11-05T10:02:12Z")

</div>

ok, go to the forums and go to the games section and do a search

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 5, 2003, 10:14am UTC](https://forum.kirupa.com/t/s-o-s/34663/9 "2003-11-05T10:14:11Z")

</div>

so you think a tile based maze with an aray like

row[1] ="1111111111"  
row[2] ="1000100001"  
row[3] ="1000100001"  
row[4] ="1000100001"  
row[5] =“1111111111”

where 1 would be wall, and 0 would be open

or something like that? i’m not very familiar with arrays, so i’ll have to read into them a bit more, but would that be a better approach?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 5, 2003, 10:18am UTC](https://forum.kirupa.com/t/s-o-s/34663/10 "2003-11-05T10:18:28Z")

</div>

thats right. Just look more into tile base games. Thats the best way. I had a tile base example. But I lost it ☹

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 5, 2003, 10:21am UTC](https://forum.kirupa.com/t/s-o-s/34663/11 "2003-11-05T10:21:36Z")

</div>

do you think this one is good?

> **[This is Still Not Better Than Playing Games - To NY pa...](http://tonypa.pri.ee/not-better-playing-games/)**
>
> This page has an interesting story about wondering if playing games back home is more fun and more important than going on family vacations.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 5, 2003, 10:26am UTC](https://forum.kirupa.com/t/s-o-s/34663/12 "2003-11-05T10:26:49Z")

</div>

oh yeah, I forgot about tonypa. Yeah, go with him. And if you have any probs. just leave a message in the games section of flashkit with the heading “question for tonypa”. Hope I could help and good luck with your game. Can’t wait to see the final product.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 5, 2003, 10:38am UTC](https://forum.kirupa.com/t/s-o-s/34663/13 "2003-11-05T10:38:23Z")

</div>

thanks man, i’ll start on later today, its 5:30am here, neeed sleeeeeeeeeeeep

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 5, 2003, 10:50am UTC](https://forum.kirupa.com/t/s-o-s/34663/14 "2003-11-05T10:50:40Z")

</div>

haha, ok then. Good nite…or morning? Or whatever. I’ll just say good. People will get the idea
