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.


Topics - Broseph Radson

Pages: 1 [2]
16
General Discussion / Great layering
« on: October 16, 2010, 08:53:51 pm »

17
http://www.youtube.com/watch?v=qAeIlIXHiTU

Push it (Vocal Radio Mix) - DeLorean

;D

18
Other Calculators / Mimas by Benjamin Moody
« on: October 02, 2010, 11:12:45 am »
Have you seen this??  :o

Looks pretty cool, although i dont use Asm. Ive tried using some on calc assemblers, and this one looks better than most, and its an app.

It was just uploaded yesterday:

http://www.ticalc.org/archives/files/fileinfo/431/43140.html

19
The Axe Parser Project / Funny program
« on: October 01, 2010, 10:05:53 am »
Code: [Select]
:.VIRUS
:DiagnosticOff
:Repeat getkey(1) and getkey(2) and getkey(3) and getkey(4) and getkey(54)
:ClrHome
:Pause 800
:Disp 224>Char
:Pause 800
:End
:ClrHome

;D

20
Axe / Realistic gravity help
« on: October 01, 2010, 10:03:05 am »
Well, yesterday i was attempting to make a program in Axe that used realistic gravity (like in Portal and Mario) to make a box jump around on command. Unfortunately, i somehow forgot my gravity formula that i'd used in an earlier program in BASIC that did the same thing, and i've since had so many ram clears (lol) that i've lost that program :'( .

I must be retarded or something because its very simple, but i tried for hours yesterday to remember the formula for realistic jumping gravity, and ended up listening to my ipod and not paying attention in class. I have very bad ADD, and i blame that for my inability to figure anything out lol.

So yeah, i need some help figuring this out.

21
Axe / Finding / listing programs
« on: September 27, 2010, 11:53:32 am »
Would this be possible? Would i need to find the location of the programs then point a Text( or Output( to the names? our could Axe just put a list of the programs into a string in 8 char blocks?

EDIT: Ill check on this tomorrow. Wont have computer access till tomorrow morning.

22
Whenever i compile an axe program with more than one line of code (besides the name), when i run it, TIOS returns an invalid dimension error. Im doing everything right, but if theres more than one line of code, it doesnt work. It compiles fine, but it gets an error. ???

I have no extra libraries installed, im compiling it for no shell and running in from the homescreen using Asm(

This is my first time actually using axe since i havent been able to get the commands page until just now (Printer failure).

Im also using version 0.4.1 since ti connect is garbage and wont connect to my calc anymore unless its on my Grandma's laptop.

All im trying to do ATM is make a simple program that displays a key code when pressed.

Im assuming that this code *should* work:
Code: [Select]
.KEY
Repeat Ans
getkey(0)
If Ans
Disp Ans>Dec
Disp i     //imaginary
End
End

Or something of that nature.

EDIT: Im not very experienced with the language as you can probably tell.

23
Other / New iPod nano: Another iPhone!
« on: September 17, 2010, 09:14:57 am »
We all know how creative Apple is, with the iTouch, iPhone, iPhone Mammoth, and iPad all looking EXACTLY THE SAME. Well, apparently, theres a new iPod Nano. And wouldnt ya know it? Its a like a small fucking iPhone/iTouch! GRAND.

http://store.apple.com/us/browse/home/shop_ipod/family/ipod_nano?afid=p219|GOUS&cid=OAS-US-KWG-iPodNano-US

^link to the new nano on Apple.

Why, steve? why??!!

24
Humour and Jokes / Question
« on: August 21, 2010, 09:55:26 pm »
Does anyone know where i can get that battletoads port for the TI-84?

I heard that you could pre-order it at ticalc.org but i couldnt find it there.  ;D

25
Introduce Yourself! / Hello!
« on: August 04, 2010, 08:07:29 pm »
Hello guys! I just found this site today after discovering Axe and the portal game.

Im about to start up school again, so naturally im getting back into using (and programming) my TI84+.

I usually use BASIC but im learning to use Axe.

Looks like a great community!

-Broseph

Pages: 1 [2]