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

Pages: 1 ... 10 11 [12] 13 14
166
Axe / Re: Getkey Routine
« on: July 11, 2011, 08:48:32 am »
I don't get it work :(

167
Axe / Re: Getkey Routine
« on: July 10, 2011, 02:27:05 pm »
wow O.o
It's soo optimized that i don't understand it...
And what do you mean with "haven't reallocated the Axe variables"  ???
Thanks  ;)


EDIT: I replaced my code above with your code, but if I run the programm, the up and down key both move the sprite down, and the left and right key both moves the sprite to to right... :-/

EDIT2:
Quote
.Correct negative 1

Is this a task for me or the job of the subroutine?

168
Axe / Re: Getkey Routine
« on: July 10, 2011, 12:00:42 pm »
That's a question for Runer112^^

169
Axe / Re: Getkey Routine
« on: July 10, 2011, 10:03:47 am »
Ok, thank you Ashbad...
I'll wait for other posts...

170
Axe / Getkey Routine
« on: July 10, 2011, 07:52:48 am »
Hi!
I often write that, if I want to move a sprite, that can't leave the screen (you know what I mean?):

Code: [Select]
If getKey(1) and ({38+L1}^r≠48)
{38+L1}^r++
ElseIf getKey(4) and ({38+L1}^r≠0)
{38+L1}^r--
End
If getKey(2) and ({36+L1}^r≠0)
{36+L1}^r--
ElseIf getKey(3) and ({36+L1}^r≠63)
{36+L1}^r++
End

(It's for a 16*32 sprite ;D)
x position: {36+L1}^r
y position: {38+L1}^r
But this code looks very unoptimized...

Do you know a more optimzed code to do the same?
Can you explain, how it works, too?


Thanks ;)

BTW: I searched for the "≠" a long time :P

171
TI Z80 / Re: TruVid - 4 level grayscale video with sound
« on: July 09, 2011, 04:17:08 pm »
I like the F-S Dithering version most...

172
News / Re: TI-Boy SE Beta pre-release
« on: July 09, 2011, 04:00:11 pm »
Hmm, this thread seems kind of f-zero/project m-esque...someone bumps it and it looks like there's an update x.x
lol, I agree. :D
I agree, too.
I really thought that ;D

173
Introduce Yourself! / Re: Hi!
« on: July 09, 2011, 03:24:55 pm »
It seems so.

174
Introduce Yourself! / Re: Hi!
« on: July 09, 2011, 03:02:03 pm »
I'll do my best ;D

175
Introduce Yourself! / Re: Hi!
« on: July 09, 2011, 01:35:51 pm »
That isn't a problem ;D I like peanuts ;D
Especially salted peanuts :P

176
Site Feedback and Questions / Re: Unread Replies
« on: July 09, 2011, 01:33:04 pm »
Thanks ;D
I bookmarked your link^^ But this is a better solution ;D

177
Introduce Yourself! / Re: Hi!
« on: July 09, 2011, 01:31:48 pm »
aah.. okay :)
I'm happy to be welcome :)

178
Site Feedback and Questions / Re: Unread Replies
« on: July 09, 2011, 01:16:05 pm »
O.o
thanks!
I didn't see that ;D

179
Site Feedback and Questions / Unread Replies
« on: July 09, 2011, 12:46:20 pm »
Hi!

Can somebody tell me something:  Where I can see my unread replies?
Yesterday I used the mobile website of omnimaga with my mobile phone and there was an option to see my unread replies.

Is here (at the normal website of omnimaga) somewhere this option, too?

180
Introduce Yourself! / Re: Hi!
« on: July 09, 2011, 12:21:49 pm »
Do the peanuts have a special meaning?

Pages: 1 ... 10 11 [12] 13 14