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 - Keoni29
Pages: 1 ... 153 154 [155] 156 157 ... 168
2311
« on: October 20, 2011, 03:06:07 am »
I'm back  I lost the source a while ago, but I found it and I'm happy. Nvm lets get to work! @DJ_O It's animated  I will record some with the emulator Edit:Record take 2
2312
« on: October 20, 2011, 02:01:24 am »
 I lost the source of my awesome game. I have a rlly outdated backup, but I'd rather deasm my executable asm script.
2313
« on: October 19, 2011, 03:11:34 pm »
create bullet
:Lbl CREATE :For(r3,0,9 //maximum of 10bullets on screen :!If {r3*3+L1} :1->{r3*3+L1} :r1->{r3*3+L1+1} :r2->{r3*3+L1+2} :10->r3 //escape from loop :End :End destroy bullet
:Lbl DESTR :0->{r1+L1} update
:Lbl UPDAT :For(r1,0,9 :If {r1*3+L1} :{r1*3+L1+1}++ //when it moves horizontally :If 96 //outside the screen borders :Sub(DESTR,r1 :End :End :End You will have to come up with your own collision code since we are no magicians.
2314
« on: October 19, 2011, 02:58:15 pm »
Rests: freq(x,x) You hear nothing, but it waits X time
2315
« on: October 19, 2011, 12:47:35 pm »
By the size of the pulse? well... it gets crunchier and deeper(lower) when the size increases.
2316
« on: October 19, 2011, 12:27:15 pm »
I rlly don't know how many cycles freq(x,16384 takes
2317
« on: October 19, 2011, 12:13:36 pm »
Nope
2318
« on: October 19, 2011, 12:12:10 pm »
Code for noise generator:
Lbl NOISE for(r3,0,r2-1) rand^4->port for(r4,0,r1) End End
To call the sub: Sub(NOISE,lenght,cycles
2319
« on: October 19, 2011, 11:02:16 am »
Some guys wanted to hear my synthesizer in action. Well maybe you're interested too?
2320
« on: October 19, 2011, 07:58:33 am »
I heard some vocaloid music. Hatsune miku rocks, but I'm gonna look for an english vocaloid.
2321
« on: October 19, 2011, 03:28:20 am »
2322
« on: October 17, 2011, 04:39:54 am »
2323
« on: October 15, 2011, 06:57:08 am »
I found the bug. Now it transfers something, but not the correct number is displayed. I dunno if it's the encoder, the receiver or the decoder
2324
« on: October 14, 2011, 10:07:59 am »
Well I couldn't find a bug, so I'd apreciate if you where able to tell me whay I've done wrong.
Pages: 1 ... 153 154 [155] 156 157 ... 168
|