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 - Eeems

Pages: 1 ... 167 168 [169] 170 171 ... 370
2521
Axe / Re: Writing to variables or executing a basic program
« on: January 05, 2011, 02:09:57 pm »
DCS will let you run any DCS compatible program (BASIC included) and return to your program. I don't know how nice this will play with AXE programs though due to storage location of variables an such.

2522
News / Re: Omnimaga on Facebook
« on: January 05, 2011, 02:06:03 pm »
Yeah, I've noticed that it's easier too. They have made quite a few good improvements.

2523
Axe / Re: Writing to variables or executing a basic program
« on: January 05, 2011, 11:33:46 am »
I don't think we can executing a TI-Basic program without make an interpreter in axe.

But we can easy change bytes of calculator's variables (pic, GDB, appvar, Str,...)
Code: [Select]
:getcalc("appvarA",1)->A
:.I create 1 byte in my appvar "A"
:Copy(8,A,1)
:.I copy number 8 in the only byte of my appvar
You could use the OS's one, but that would require knowledge of how to clean up your program in a way that running the basic program wont kill your calc due to interference between the two. Or you could use DCS's runprog routine.

Also I believe he is wanting to know how to manipulate Real variables (ie: A,B,C,D,Ans)

2524
ASM / Re: [Routine] Monospaced Text
« on: January 05, 2011, 10:57:14 am »
Yep :) Takes up hardly any space too :)

2525
Thanks guys! I'm going to start working on animations now :) Probably start with mana/health changes.

EDIT: Ok, health change animations :)

It's really fast the lower your health amount is, but overall it looks good :) Lower health still is visible, just not at 9FPS like this screenshot

2526
News / Re: Omnimaga on Facebook
« on: January 05, 2011, 10:30:34 am »
I think that this is great :) As long as we keep discussion on the forums and not Facebook.

2527
News / Re: TNIC Web, Tokens and Ticalc.org package managers
« on: January 05, 2011, 03:39:43 am »
Create a php converter script so it's all run on the cloud. Unlink() and all, with the standard disclaimer etc.

2528
ASM / Re: [Routine] Monospaced Text
« on: January 05, 2011, 03:36:17 am »
Yeah :) that's my hope :)
I like making these little routines I make available to others. Maybe I should release my menu code for TBP too, since it makes making menus pretty simple.
Code: [Select]
Menu:
 .db "Menu",0,2
 .db "Item 1",0
 .db "Item 2",0
 .dw Item_1_goto
 .dw Item_2_goto
 .dw clear_button_goto

2529
News / Re: TNIC Web, Tokens and Ticalc.org package managers
« on: January 05, 2011, 03:17:45 am »
I wonder if I should set something like this up.

2530
News / Re: First globalCALCnet (gCn) Successes
« on: January 05, 2011, 03:14:33 am »
I'm thinking that when TBP is done and *maybe* after some work on Oasis I could start talking to Iambian about hooking into Athena with this, after making a file downloader of course.

2531
News / Re: First globalCALCnet (gCn) Successes
« on: January 05, 2011, 03:08:14 am »
Haha, totally!
Gaming community too like Xbox Live, Steam etc :p

2532
News / Re: First globalCALCnet (gCn) Successes
« on: January 05, 2011, 03:06:09 am »
Probably would download a script file first telling it how to proceed. Kind of like a package build file. Still fleshing out the idea in my head. Maybe it would just do the downloading and then use Athena or something for the install portion?

2533
Ash: Phoenix / Re: [A:P] Demo Release/Discussion
« on: January 05, 2011, 03:04:03 am »
I put it on my calc so I might have time to try it at school during off time or something. Although I probably won't because I'll be too busy working up the guts to ask a certain girl out, but anywho. So far I'm really impressed with it :)

2534
That's exactly what I was aiming for :)

2535
Erm...no I'm trying to keep him logo-less. Thanks for the input though. Also, I took your input about the hair, how does this look?

Pages: 1 ... 167 168 [169] 170 171 ... 370