Author Topic: Questionsss  (Read 4496 times)

0 Members and 1 Guest are viewing this topic.

Offline TiAddict

  • LV3 Member (Next: 100)
  • ***
  • Posts: 68
  • Rating: +0/-0
    • View Profile
Questionsss
« on: May 04, 2011, 12:06:24 am »
umm Im starting to learn Axe, but i dont know how to understand fully. And is it possible for make a GUI with Axe?

Offline Michael_Lee

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1019
  • Rating: +124/-9
    • View Profile
Re: Questionsss
« Reply #1 on: May 04, 2011, 12:09:33 am »
Well, if you have questions, feel free to ask!
What don't you understand?

And yes, GUIs are definitely possible in Axe.
My website: Currently boring.

Projects:
Axe Interpreter
   > Core: Done
   > Memory: Need write code to add constants.
   > Graphics: Rewritten.  Needs to integrate sprites with constants.
   > IO: GetKey done.  Need to add mostly homescreen IO stuff.
Croquette:
   > Stomping bugs
   > Internet version: On hold until I can make my website less boring/broken.

Offline TiAddict

  • LV3 Member (Next: 100)
  • ***
  • Posts: 68
  • Rating: +0/-0
    • View Profile
Re: Questionsss
« Reply #2 on: May 04, 2011, 12:16:02 am »
:) do you use "input"? because when i tried it, it crashed

Offline Michael_Lee

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1019
  • Rating: +124/-9
    • View Profile
Re: Questionsss
« Reply #3 on: May 04, 2011, 12:21:33 am »
Ah.  Avoid using Input.
It uses the built-in input routine provided by TI-OS, so you get to use all the menus, and stuff, but there's nothing that prevents the user from hitting 2nd-quit and terminating your program in the middle of something.  You should probably make your own input routine, instead.  It's a major hassle, but it's safer.
My website: Currently boring.

Projects:
Axe Interpreter
   > Core: Done
   > Memory: Need write code to add constants.
   > Graphics: Rewritten.  Needs to integrate sprites with constants.
   > IO: GetKey done.  Need to add mostly homescreen IO stuff.
Croquette:
   > Stomping bugs
   > Internet version: On hold until I can make my website less boring/broken.

Offline adrusi

  • LV2 Member (Next: 40)
  • **
  • Posts: 25
  • Rating: +4/-0
    • View Profile
    • Adrusi
Re: Questionsss
« Reply #4 on: October 18, 2011, 08:13:41 pm »
I think I understand the concepts of axe, but I'm a bit confused about how to type some symbols

I was working with subroutines and needed the r1-r6 variables. I did [alpha]+[alpha]+
  • +[1] (lowercase r, 1) but the compiler gave me a symbol error. How am I supposed to enter these variables?

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Questionsss
« Reply #5 on: October 18, 2011, 08:14:53 pm »
VARS > Y-VARS > Polar > 1