Author Topic: please help me  (Read 2643 times)

0 Members and 1 Guest are viewing this topic.

Offline spud2451

  • LV2 Member (Next: 40)
  • **
  • Posts: 39
  • Rating: +3/-3
  • Life is simple, but we make it complicated ~conf.
    • View Profile
    • Red Rock Creative [Free Custom Websites]
please help me
« on: May 28, 2011, 04:55:25 pm »
can someone teach meh about axe because all i really know about ti programming is xlib and ti basic ???  :P  :w00t: :crazy:  :mad:     

/\ ( /\/\ (- games

Offline Quigibo

  • The Executioner
  • CoT Emeritus
  • LV11 Super Veteran (Next: 3000)
  • *
  • Posts: 2031
  • Rating: +1075/-24
  • I wish real life had a "Save" and "Load" button...
    • View Profile
Re: please help me
« Reply #1 on: May 28, 2011, 06:21:05 pm »
Try reading the pdf documentation that comes with Axe.  It explains a lot and has a mini tutorial/example program.
___Axe_Parser___
Today the calculator, tomorrow the world!

Ashbad

  • Guest
Re: please help me
« Reply #2 on: May 28, 2011, 06:39:28 pm »
can someone teach meh about axe because all i really know about ti programming is xlib and ti basic ???  :P  :w00t: :crazy:  :mad:     

/\ ( /\/\ (- games

Axe isn't like a RPG Toolkit or a Game Maker -- It's more of an actual language that's comparable with something like C, but is even closer to assembly-generation languages.  I suggest you read the .pdf as Quigibo said and ask any questions in the appropriate thread ;)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: please help me
« Reply #3 on: May 28, 2011, 11:21:10 pm »
Hi and welcome to the forums!

First of all, make sure to know TI-BASIC very well prior learning Axe. Axe language looks slightly like BASIC syntax, so it will help a bit. A good journey towards http://tibasicdev.wikidot.com can help. Afterward, as people said, the Axe documentation and command index is a good read. Do not start too big. Try bits of code like a sprite moving around with nothing else, then collision with black pixels or getting used to pointers. It's best that you try reading those so you can understand easier, then if you do not understand something, feel free to check the forums for possible answers or ask here.