How to write the following Code in Axe? I have no idea because there are only decimals. {⌊A(1),⌊A(2)} is Point 1 {⌊A(3),⌊A(4)} is Point 2 Point 1 will follow Point 2 (always with steps of 1Pxl)
√((⌊A(1)-⌊A(3))²+(⌊A(2)-⌊A(4))²)→⌊A(5) For(X,0,1,1 ⌊A(1+X)-(((⌊A(1+X)>⌊A(3+X))-1)/2)abs(⌊A(1+X)-⌊A(3+X))/⌊A(5)→⌊A(1+X) End I hope everyone will understand this Code.
Hi everyone This is the brother of p2... Im called p1 This morning, my brother came to me and asked me for helping him at programming a BASIC program where a line of length 10 turns around till it points on a position on the screen marked with a single pixel. I then had the idea to not letting the "snake" turn around but walking a curve. My brother didnt want to program it, so I sat down and did it. This is the result... but it doest do what i want it to do: I want it to directly walk to the dot, but not like going on a linear path: it has to walk on a curve (like a car has to), till facing the aim, and then walking towards it. As soon as it gets in a defined near to the dot, this is teleported to another position on the screen. The snake turns a round till the point is in its direction and then walks to it again.
I've heard that I can create APPs of BASIC-programms with basicbuilder. I made it but it was no .8xk-file (TI-APP). It was a .hex-document. Then I've read that I can convert this into an APP with TI83+ Flash debugger. It was an APP, but on the virtual TI in Flash Debugger. I've tried to export the APP, but now I've got a .clc and a .83d (TIConnect Graph Database) I can't open these files.
wouldn't it be possible to program Cut the Rope as an APP for the TI? I'm thinking of using up, down, left and right to point and 2nd to cut a rope. But Omnom should be animated. (Omnom is the green, hungry animal in the game)
But my question is, wherthe it would be possible to do that. I'm not sure because in Cut the rope every physicalic things must be perfectly programmed and it must be possible to cut many ropes at the same time.
But would it be theoretically possible to make that with Axe?? I'm not sure.
FIRST QUESTION: Is it possible to use the Goto( command, but not as Goto( 1 I mean if X is 2, it will be Goto( 2 and if X is 7, it will be Goto( 7
SECOND QUESTION: Is it possible to combine the Goto( command with a String? For Example: If Str1="AB" it will be Goto( AB and if Str1="B4" it will be Goto( B4
I'm p2 I've been programming BASIC for a few jears.
I'm from Germany so my English sometimes isn't the best. Hope, I'll understand all of you. (I'm programming on my TI, but I ust the APP Deutsch, so all commands are in German. So don't wonder if I write strange things!)