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

Pages: 1 ... 161 162 [163] 164 165 ... 239
2431
[img] tags work now (for me at least) :D
Now another question. Are we allowed to send the code via email rather than in the zip ? :P
I am still afraid of code stealers (though MisterOops!! is not a huge game, not like Pokemon).

edit: for PC5Legend, this is a double post but a long time has passed since the previous post, so it is legit :P

2432
Miscellaneous / Re: Dutch and Belgian people unite!
« on: June 01, 2012, 11:50:49 am »
It is becomming spammy (and dangerous) over here O.o

2433
Miscellaneous / Re: parser padwan = parserp
« on: June 01, 2012, 11:09:10 am »
why couldn't he use it before?
Because he had a space in his name.

2434
TI Z80 / Re: zStart - an app that runs on ram clears
« on: June 01, 2012, 11:06:04 am »
Back to normal stuff :P :
I'm getting a bug in the program editor.  Sometimes after jumping to a label, or even just exiting the label menu, the cursor disappears.
It still edits fine, there's just no blinking box to tell you where you are.
I'm not sure if it's because of the zStart update or because of the 2.53 I recently upgraded to, but it seems to be recurring.
I got that bug too on the previous version

2435
Miscellaneous / Re: parser padwan = parserp
« on: June 01, 2012, 12:59:33 am »
Did you just change your name to be able to use Sorunome's bots ? :P

2436
TI Z80 / Re: TJAR game
« on: May 31, 2012, 02:23:46 pm »
No, in fact it was the right one, I just didn't see I had to press 1 then enter. It works :)
However, you should not use Input like that, I thought the calculator came back to the homescreen D:

This is great for a beginning though :)

2437
TI Z80 / Re: TJAR game
« on: May 31, 2012, 02:19:39 pm »
I have problems running it.
I don't even find the pl door so I tried both but none work :(

edit: Wait, I didn't see you edited your post -.-°
Gonna try to type 1 and press enter

2438
Miscellaneous / Re: singatures
« on: May 31, 2012, 02:16:59 pm »
jsj975 released a patch called 8xpfix. Try using that.
Nope, it was Jacobly. But I'll try :)

edit: It doesn't work

2439
Miscellaneous / Re: singatures
« on: May 31, 2012, 02:14:33 pm »
Do you like my game hayleia  ???
What does it have to do with this topic :P
Are you talking about this one ?
If yes, I don't know, it doesn't work on Wabbit -.-°

2440
Miscellaneous / Re: singatures
« on: May 31, 2012, 01:48:50 pm »

2441
Miscellaneous / Re: singatures
« on: May 31, 2012, 01:47:09 pm »
It was not really a double posted since he did this accidentally ;) (maybe with his iPhone or other)

2442
Axe / Re: Gettime command
« on: May 31, 2012, 12:31:16 pm »
You need to remember that Axe is not Basic. It only uses the same tokens.
Also, here is a clock library ;)

2443
Axe / Re: External variables in axe parser
« on: May 31, 2012, 12:54:29 am »
i didnt double post or does it mean i post 2 times after eachother ?? Than srry about that i thought it mean you post 2 times the same
Yes, double posting is posting 2 times in a row, not necessarily the same post :)

If your "list" contains zeros, then you will need to make a counter variable that simply stores the length of the array. For example, L could be the length, and the array would be in L1. Then, whenever you want to append data to the array:
myNum->{L + L1}
L++


To read the last element:
{L-1+L1}

To remove an element, you can either write the last element as zero and then decrement the length counter, or simply decrement the length counter if you know that you won't be reading from after the array.
Or still use my method with a number X other than zero that is not in the list :P

_______________________

Fill(L1,711,0)
.this at the very beginning of your program

...
your code here
...
Return
.End of your code

Lbl Dim
0->r2
{r1}
While -X
 r2++
 {r1++}
End
Return r2
_______________________

2444
Miscellaneous / Re: How cheap is your keyboard?
« on: May 31, 2012, 12:47:02 am »
HE QUIK BRON FO JUMPS OER HE LAZ DOG
not bad for the keyboard that was sold with the PC :P

2445
TI-BASIC / Re: Str Q
« on: May 30, 2012, 02:33:06 pm »
I think you use sub(before_the_a)+"a"+sub(after_the_a) but I am not sure (with before_the_a and after_the_a legit commands of course, like in Parser padwan's post)

Pages: 1 ... 161 162 [163] 164 165 ... 239