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 ... 228 229 [230] 231 232 ... 239
3436
Axe / Re: Commands for Axe
« on: June 16, 2011, 01:20:23 pm »
Did you try the solution of my previous post to replace the negative Q ?

@calc84maniac we can do -3→Q ?

3437
Axe / Re: Commands for Axe
« on: June 16, 2011, 01:13:09 pm »
Yes, the problem is not the position (I didn't touch to U).
Maybe we can't store negative numbers in Q.
Read better my previous answer
instead of displaying at 10-Q, I display at 10-3-Q
So Q always stays positive: instead of being -3 or 0, it is respectively 0 or 3

3438
Axe / Re: Commands for Axe
« on: June 16, 2011, 01:05:28 pm »
??? Did you replace your Pt-On by Pxl-On ? You must or it wouldn't work, as Quigibo said.
 O.O ← revelation
Maybe it is the fault of the -3→Q
Instead of doing:
Quote
:For(U,1,F
:If U≥0 and (U≤9):-3→Q:End
:If U>99:3→Q:End
:If U≥10 and (U≤99):0→Q:End
:Fix 1
:Text(44,10-Q,U▶Dec
:Fix 0
:End
try:
Quote
:For(U,1,F
:If U≥0 and (U≤9):0→Q:End
:If U>99:3→Q:End
:If U≥10 and (U≤99):3→Q:End
:Fix 1
:Text(44,10-3-Q,U▶Dec
:Fix 0
:End

3439
Axe / Re: Commands for Axe
« on: June 16, 2011, 12:54:38 pm »
Ok, but try doing
:Text(57,10,"DEF
:Text(57,75,"OFF
with your current version of Axe
(you put two "," after linking cable ;) )

3440
Axe / Re: Commands for Axe
« on: June 16, 2011, 12:40:25 pm »
(avoid double posting, use Edit)

EDIT: I meant "modify"

3441
Axe / Re: Commands for Axe
« on: June 16, 2011, 12:33:33 pm »
What What What What ?
To display A as a number, you do Text(X,Y,A►Dec
To display the text "A" you do Text(X,Y,"A
(didn't understand what is textmode)
You should try, maybe this is what creates your bug

3442
Axe / Re: Commands for Axe
« on: June 16, 2011, 12:24:02 pm »
(What is textmode ?)

(your new signature is :thumbsup: )

3443
Axe / Re: Commands for Axe
« on: June 16, 2011, 12:20:10 pm »
??? Why do you do
Text(57,10,("DEF")
Text(57,75,("OFF") ?

Maybe it'll work better with:
Text(57,10,"DEF
Text(57,75,"OFF

3444
Axe / Re: Commands for Axe
« on: June 16, 2011, 10:30:21 am »
Yay !!
I give you a +1
(was talking to p2)
Yeah, it would be better to know where the hieroglyphs are so we would need a screenie.

3445
Ooh, Organ hero: Two rows of keys!
2 rows of 10 keys with 4 screens ?

Sounds cool.
lol

3446
Axe / Re: Commands for Axe
« on: June 16, 2011, 10:22:39 am »
Nope, or it will be aeTIos' fault  :P

Yes. To display both text and lines, put a
Code: [Select]
Fix 5
at the start and a
Code: [Select]
Fix 4
at the end of your program. Then you can use DispGraph to copy the buffer to the screen.

3447
Don't care about mistakes, just have fun !!!!!

3448
Axe / Re: Commands for Axe
« on: June 16, 2011, 10:19:42 am »
I also think there are too much Fix. Try removing all the Fix0 and the Fix1 but letting the Fix5 and Fix4

3449
Axe / Re: Commands for Axe
« on: June 16, 2011, 10:09:59 am »
Yes !


100 th post, as aeTIos said !!!!!!
 :w00t: :w00t: :w00t: :w00t: :w00t: :w00t: :w00t: :w00t: :w00t:

3450
KatyPerryRevenge ???
With 5 lines, Jerros uses [Y=] to [graph], but the screen isn't rotated.

Ten lines!
LemonDemonRevenge!
Ok, but with which keys ? ;D

Pages: 1 ... 228 229 [230] 231 232 ... 239