Mappy and Blitzmax
BlitzMax Forums/BlitzMax Programming/Mappy and Blitzmax| 
 | ||
| hello could someone give me or point to a link where i can learn to import my mappy maps into my blitzmax project | 
| 
 | ||
| i have fiqured this out with the module but one more thing: how do i create collision with it | 
| 
 | ||
| What kind of collisions are you looking for?  Platform game (slopes? lifts? ladders? moving platforms???)  Isometric game?  Shoot-em up? etc etc.. Off topic but Mappy is really showing its age these days. Try Tiled instead.. http://www.mapeditor.org/ There's no blitzmax module but you can save to xml format and easily parse that with Brucey's libxml mod.. https://code.google.com/p/maxmods/ |