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

Pages: 1 ... 221 222 [223] 224 225 ... 253
3331
The Axe Parser Project / Re: Axe Parser
« on: November 26, 2010, 03:48:55 pm »
A and B are used to select the options, C is the # of options.
Code: [Select]
PRGM:AMENUSRC
.AMENU
Lbl MM
ClrHome
Fix 3
Disp " A GENERIC MENU "
.has to be 16 chars
Fix 2
Disp " Play Game",i," Options",i," Quit"
3→C
Sub(SEL)

If A=1
Disp "GAME"

.Game content here

.End of game, go to main menu
Goto MM
End

.Can nest as so
If A=2
Lbl OPT
Fix 3
Disp "Options         "
Fix 2
Disp " Something",i," Something else",i," Get the point"
3→C
Sub(SEL)
.Responses, may contain more sub-menus
Goto MM
End

If A=3
.last option, has to be quit for it to work correctly
Return
End


Lbl SEL
1→A→B
Output(0,A,5►Char
Repeat getKey(54)
ReturnIfgetKey(15)
A+getKey(1)-getKey(4)→B
!If A=B
!IF B:C→B:End
If B=C+1:1→B:End
Output(0,A," "
.that's 1 space
Output(0,B,5►Char
B→A
Pause 475
End
End
ClrHome
.Return
It displays, I just can't get the ► to move up and down.

3332
The Axe Parser Project / Re: Axe Parser
« on: November 26, 2010, 03:18:09 pm »
I'm in the process of writing menus for the Maxwell's Demon port, and I tried to make a sort of optimized, universal menu.  For some reason, it doesn't work.
Thing is, the loop is in a subroutine.
I was wondering if there is a size limit to a subroutine, or are there any commands that won't work in a subroutine.
I'll type out the code, just wanted to get the question out.

3333
Web Programming and Design / Re: RFG Image Uploader
« on: November 26, 2010, 02:28:41 am »
{AP}, if you read this, feel free to delete http://img.removedfromgame.com/imgs/EMAG_EHT_USOL_UOY.JPG
Spelling fail on my part x.x

Also, If we upload an image of the same name, does it overwrite the previous one?

3334
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: November 26, 2010, 01:20:50 am »
891: You know all of the "secret smileys" O0 >:D ^-^
(or are there more?)

3335
Official Contest / Re: [BULLETIN] Cage Matches
« on: November 25, 2010, 06:40:11 pm »
you don't have the 16 KB code limitation in apps
Well, the limit is 0 kB :P
I have yet to hear of a BASIC program making an app :P

3336
TI Z80 / Re: "Maxwell's Demon" Port (Axe)
« on: November 25, 2010, 06:20:41 pm »
Planned for next update: a menu, hopefully with some options (hole can go off the field, two walls going through the middle, ability for full speed mode)

If I get really into this, I might also do power-ups or something ;)

3337
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: November 25, 2010, 02:19:54 pm »
886: You type better on the calc than you do on the computer
(not sure if this has been mentioned already, it's hard to keep track of 885 signs :P)

3338
TI Z80 / Re: "Maxwell's Demon" Port (Axe)
« on: November 25, 2010, 01:15:08 am »
One idea (but it would be a hard difficulty) is to have a vertical and horizontal slider, so 4 regions and 4 colors/shapes of balls.
I actually had an idea like that at first, maybe if I add menus it could be an extreme mode or something ;)
I would probably have to take out the bar on top, and I would need four types of balls :P 4-level grayscale makes this possible, but still...time for me to learn about Pt-Mask(


Wow, 4-4 votes...maybe I'll just upload both :P

VAR 1 and VAR 2 are the two variations, in the order of the screenies in the poll.

3339
Math and Science / Re: English homework: calculator ad
« on: November 24, 2010, 03:26:28 pm »
LOL
Looks like it's all by a Radical Pi...

3340
Math and Science / Re: English homework: calculator ad
« on: November 24, 2010, 01:36:11 pm »
It was an april fool's joke on a forum somewhere.

Yeah, no image...
http://forum.ticalcs.net/showthread.php?tid=216

3341
Miscellaneous / Re: What is your avatar?
« on: November 24, 2010, 01:35:00 pm »
You've had some interesting avatars, I'll give you that :P
I'm not really one to talk after my original one though
↓↓↓

3342
Math and Science / Re: English homework: calculator ad
« on: November 24, 2010, 01:18:21 pm »
I've heard of a fake 84+ gold edition, I'm not sure if there was an image though :(
Might be an idea?

Ticalc.org, VTI skins?
http://www.ticalc.org/pub/miscellaneous/emulator/
I'm not seeing any 84s though...

3343
TI Z80 / Re: "Maxwell's Demon" Port (Axe)
« on: November 24, 2010, 01:12:21 pm »
Okay, that would be the wrong post :P
Will edit the poll and post screenies for the poll.

I've been doing some graphic work.
Two options...

...see poll

The gameplay's exactly the same for both, it's just the bar that's different.
And btw I can easily take out/add the dots in the middle of it.

I feel like I'd better clarify about what the bar does.
It's split into the value of the number of balls (so if there's 4 balls, it's split into 4 parts, each ball having one part).
Black balls are on the left of the meter, white balls on the right.  You can probably tell where the division is.
From the side to the division (normally in the middle, but it chooses at random so more than likely it will be off to one side or another), it shows the number of balls that are correct by varying the length.

3344
TI Z80 / Re: "Maxwell's Demon" Port (Axe)
« on: November 24, 2010, 12:52:40 pm »
Thanks for the suppost, all :)
 
Quote from: ScoutDavid
Awaiting a 8xp to play a lot ;)
Look at the bottom of the post it links to ;)

Have an update, just need to screenshot and post a poll.

@Querty: Yes, you can do that (I've done it as well) but where's the fun in that though? :P

3345
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: November 24, 2010, 12:32:20 am »
883. You can identify your calc with the program list alone.
LOL I remember one time Mirage said I have 50+ progs, not including axe sources :P

Pages: 1 ... 221 222 [223] 224 225 ... 253