TwelvestoneFlash

Tile Based Games


Sign in

  • Waiting for Godot ( 720 k posts )
    Just conversation.
  • Thunder Dome ( 23 k posts )
    Photoshop Tennis and Collabs.
  • Photography ( 4.8 k posts )
    For all you shutterbugs, sh...
  • Flash ( 18 k posts )
    ActionScripting to tweens, ...
  • Front End ( 5.8 k posts )
    general front end design an...
  • Back End ( 9.6 k posts )
    serverside scripting, progr...
  • Projects and Theory ( 12 k posts )
    This forum is for discussio...
  • FAQ ( 269 posts )
    All those nagging questions...
  • Design ( 17 k posts )
    graphics & all aspects of g...
  • Purgatory ( 3.6 k posts )
    12stone Jail, feel free to ...
xdrunkcowx
 
2003-02-05

Hello, I know some stuff about tile based games (http://xixic.tripod.com ) but i need to learn how to make it when you push the left button in bomberman instead of just taking you 1 tile left (16 pixels) it takes you 2pixels.. I can do this its simple you just change 16 to 2 lol.. BUt how do you know when you have gone out of a tile and into a new one. Or know when to check if the one to your left is not walkable..

now i do it like this

if (mymapname[place-1]== ___) { // then its okay to go left place-=1 user._y-=16 }

I kinda have a idea what i need to do.. but im not sure... if anyone could help me that would be great!!

Thanks, Jordan

Darkcrystal
 
2003-02-06

Not completely sure what you would do but this place has real good info.

http://outsideofsociety.idz.net/

Sorry, you must be a member to post to a conversation. Either log in or sign up to get involved.
TwelvestoneFlash

Tile Based Games