Author Topic: Maps with Axe?  (Read 5121 times)

0 Members and 1 Guest are viewing this topic.

Offline OboTheHobo

  • LV0 Newcomer (Next: 5)
  • Posts: 2
  • Rating: +0/-0
    • View Profile
Maps with Axe?
« on: December 07, 2018, 11:52:45 am »
I'm planning on making a basic RPG, and I'm pretty new to axe. How would you do maps and have it saved? I thought of using lists but I would need so many it would be very very large and inefficient, so how would you guys do it?

I thought of some variables for the level, then making it so that that - the position of all objects would only show the ones that is on that level, but that seems like it would need a really, really long for loop for it, and it would be slow. Is there a really easy way of doing this?

Thanks in advance!
« Last Edit: December 07, 2018, 12:31:25 pm by OboTheHobo »

Offline Stefan Bauwens

  • Creator of Myst 89 - סטיבן
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1799
  • Rating: +162/-24
  • 68k programmer
    • View Profile
    • Portfolio
Re: Maps with Axe?
« Reply #1 on: December 09, 2018, 04:42:01 pm »
It's been a while I programmed in AXE and I don't think I really have used them myself. But I think this tutorial can come handy: https://www.omnimaga.org/axe-language/thydowulays's-complete-n00bs-guide-to-tilemapping-in-axe/


Very proud Ticalc.org POTY winner (2011 68k) with Myst 89!
Very proud TI-Planet.org DBZ winner(2013)

Interview with me

Offline OboTheHobo

  • LV0 Newcomer (Next: 5)
  • Posts: 2
  • Rating: +0/-0
    • View Profile
Re: Maps with Axe?
« Reply #2 on: December 11, 2018, 04:47:44 pm »
That tutorial was very useful, but the collision detection doesn't seem to work anymore.

EDIT: nevermind ignore that i just did it wrong
« Last Edit: December 12, 2018, 04:45:04 pm by OboTheHobo »

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Maps with Axe?
« Reply #3 on: December 12, 2018, 04:46:07 pm »
Cool, I'm glad you figured it out!