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

Pages: 1 ... 192 193 [194] 195 196 ... 276
2896
Humour and Jokes / Re: Funny #omnimaga quotes (NSFW)
« on: September 19, 2011, 12:34:57 pm »
so the ninja battle continues...
*Yeong make sure this post isn't ninja'd

2897
Axe / Re: How do I store multiple pics into single appvar?
« on: September 19, 2011, 12:33:03 pm »
Your pictures take up 768 bytes, right? Why not store all your pics consecutively, so having a 768 byte appvar for one pic, a 1536 for two pics, etc. If you have, say, 35 pics to store, you'd need an appvar that's 26,880 bytes, and obviously it'd need to be in the user archive. If you have it loaded in Y1, you could load the first pic into a RAM location (say, GDB1) like so: Copy(Y1,GDB1,768) . You could then load, say the twenty-seventh picture like so: Copy(26*768+Y1,GDB1,768) . The pseudo code for this would be something like:
Copy(number_of_pic_to_load_counting_from_zero * 768 + Y1, RAM_location_to_load_to, 768)
OK thnkx XD
It'll be helpful for making a second one.
EDIT: OK. So how do I store it?

2898
Axe / How do I store multiple pics into single appvar?
« on: September 19, 2011, 07:42:28 am »
It's kinda not nice too see too much appvar in my calc :P (Scroll lag)
Is there a way?

2899
General Calculator Help / Re: TI-83+
« on: September 19, 2011, 07:37:10 am »
I believe MirageOS is a shell that lets you run ION and MIRAGEOS programs. You don't need it to run normal ASM programs(In fact, I think MirageOS is outdated).
I think boot v1.03 is just for TI84+MP.

2900
as I said, I wish I had prizm but walmart doesn't sell it >.< #

The Wal-Mart around where I live sells Prizms for $99.
lucky you. :P

2901
Other / Re: smartphones to replace consoles soon!
« on: September 19, 2011, 07:23:25 am »
I agree. It won't happen for a while.

2902
TI Z80 / Re: Homer: on-the-fly screenshot maker
« on: September 18, 2011, 10:46:49 pm »

2903
TI Z80 / Re: Silence
« on: September 18, 2011, 10:38:58 pm »
OK, so I decided to go for sequel.
Thinking of Silence 1, I thought that I have to improve it a lot to make it to good PoC game(like more puzzles, GRAMMER(XP), more features...)
However, fixing things after finishing is kinda boring..So I decided to make another one.
The sequel will include-
-Inventory
-More puzzles
-more suprises
-more mirror jokes(you'll know if you play it :P )

It's on a storyline plotting stage, so don't expect to see screenshots soon.

2904
Miscellaneous / Re: Has this happened in your school?
« on: September 18, 2011, 10:31:06 pm »
The whole school system is going down I guess.
Drugs, alchohols, cigarettes, sex....Now what's left? Bunch of suiciders?

2905
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: September 18, 2011, 10:17:49 pm »
2205: IMA CHARGIN' MAH LAZ0R!!!!!
I guess it was kinda random. Also, the Game.

2906
So far, my brother barely understand the concept of storing data and utilizing it, so teaching him about pointer will be kinda hard for him. But I'll make sure he programs axe one day XD

2907
but axe is not good place to start for newbies like my brother :P
for newcomers, TI-BASIC FTW

2908
But there's so many axe programmers XP
I'm still staying as TI-BASIC (I might use some axe but that's when speed is really important)

2909
I think I'll make a slidding puzzle
With the help of my bro..
Maybe I have to teach him how to use xLib now... XP

2910
Axe / Re: lines/text
« on: September 17, 2011, 09:22:49 pm »
dont you have to put DispGraph after Text or Line?
so like
Code: [Select]
:.Text
:Fix 0
:Text(0,0,"Press any key...")
:DispGraph
:Repeat getKey
:End
EDIT:ninja'd XP

Pages: 1 ... 192 193 [194] 195 196 ... 276