Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Keoni29

Pages: 1 ... 166 167 [168]
2506
Axe / Re: Send data using CMD
« on: May 29, 2011, 05:30:14 am »
I have another idea: The calculator gives my pc a command to play a certain song. Wouldn't game-music be great?

2507
Axe / Re: 16*16 sprite editor?
« on: May 28, 2011, 03:12:54 pm »
Thank you. AxePaint works fine :)

2508
Axe / 16*16 sprite editor?
« on: May 28, 2011, 11:28:58 am »
Is there a sprite editor in which you can make 16*16 sprites? (output in 4 hexadecimal codes)

2509
Axe / Re: Shutdown command/asm line
« on: March 21, 2011, 03:54:33 am »
My programme runs on startup. When someone simply removes the battery while running ram clears and the password is no more (I'm the only one who knows that at my stupit skool XD)
Can I prevent this from happening?

2510
Axe / Shutdown command/asm line
« on: March 20, 2011, 03:52:47 pm »
Is there an axe command that shuts down your calculator? If not: has someone got an asm line that does this?
I need it for password protection.

2511
Axe / Re: Send data using CMD
« on: March 19, 2011, 02:40:26 pm »
Now I have backup mode on sow nuthing can go wrong ;D

I need to send raw data back and forth because its faster. (multiplay pc vs ti  ;D)

2512
Axe / Re: Send data using CMD
« on: March 19, 2011, 02:02:30 pm »
I'm making my first real game using axe now. (I made a mario game (sort of) but then disaster stroke. RAM-cleared because it repeated forever :()
Is there an external editor for axe programmes? That would be a lot faster.[/offtopic]

Is there a way to send a value to it so that a programme on my ti can use it.

2513
It really looks like a handheld ;D
Whats next? Qwerty edition?

2514
Axe / Send data using CMD
« on: March 19, 2011, 01:47:49 pm »
Is it possible to send data to my ti using cmd (.bat file) on my pc?

2515
Axe / Re: Music using Freq(
« on: March 15, 2011, 10:28:58 am »
I'm experimenting with freq too, but it gives me a low quality sinesquarewave with this code:
.CHIPSND
Repeat getKey(15)
  For(A,1,12)
    Repeat A=50
      Freq(i*100,2000)
      A+1 > A
    End
    0 > A
  End
End

Pages: 1 ... 166 167 [168]