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 - mrmprog
Pages: 1 ... 27 28 [29] 30 31 ... 40
421
« on: July 24, 2011, 11:08:01 pm »
Lol, Ashbad's code is pretty awesome. Anyway, I have a new problem. I used some jumping/gravity code from Eeem's platform tutorial, and jumping does nothing. I understand the code, but I can't figure out why the code doesn't work. It is probably something very simple that I am missing, but I cant figure it out.
:.GAME :DiagnosticOff :ClrDraw :[1824187E5A182442]→Pic1 :40→A :1→B :0→X :1→C :Full :Line(0,63,95,63) :Line(0,63,0,0) :Line(95,63,95,0) : :For(G,1,15) :rand^(95-0+1)+0→D :rand^(95-0+1)+0→E :rand^(63-0+1)+0→F :Line(D,F,E,F) :End : :1→C :Repeat getKey=15 :Pt-Change(A,B,Pic1) :DispGraph :Pt-Change(A,B,Pic1 :A-(getKey(2)*(pxl-Test(A+0,B+5)=0))→A :A+(getKey(3)*(pxl-Test(A+7,B+5)=0))→A :pxl-Test(A+4,B+8)→C :B+(C=0)→B : :!If D :10*(getKey(54) and (C))→D :Else :D-1→D :End : Here?
B+(2*((C=0) and (D)))→B
:End
Problem was solved
422
« on: July 24, 2011, 10:30:57 pm »
Kinda Very late, but congrats!
423
« on: July 24, 2011, 10:26:14 pm »
ClacSys seems very useful, but I am somewhat scared of it due to my nonexistent z80 asm knowledge.
424
« on: July 24, 2011, 10:12:41 pm »
Wow... That is awesome!
425
« on: July 24, 2011, 10:10:46 pm »
I play!
Is there an Omni server?
I think juju's server is the closest thing we have to an official minecraft server.
426
« on: July 24, 2011, 11:08:28 am »
I like classical, instrumental, and the like, but I have discovered a great liking for the electronic music played on the omnimaga radio
427
« on: July 24, 2011, 10:57:21 am »
It seems a little redundant. What are the differences between Grammer and Recode?
428
« on: July 24, 2011, 09:36:56 am »
He should make some for calc mod
Does he mean port the songs to calc? If so, what does the mod part mean?
429
« on: July 24, 2011, 09:34:42 am »
Is that in my code?
430
« on: July 24, 2011, 09:22:45 am »
I ended up helping writing some (read: most ) of the code for leafiness0 to make this awesomeness happen. So a lot of the code is probably my typical mess.
My dreams of a self replicating nyan cat virus have been shattered... How will I ever understand the source
431
« on: July 24, 2011, 09:20:47 am »
* mrmprog senses a challenge... Who can make the most optimized code? Runer with the source, or Quigibo with the parser? /cue dramatic music
432
« on: July 24, 2011, 08:40:53 am »
No, but doing Repeat Getkey(15) will loop until you press clear. I hope all these answers are helping you
433
« on: July 24, 2011, 08:20:27 am »
Unfortunately, you can't do If statements without an end like in Basic. You must put an End after each one.
434
« on: July 24, 2011, 08:12:30 am »
I would like to see the code also
435
« on: July 24, 2011, 08:11:24 am »
Well, that is from the example code that selectcoaxial posted, which I asume he got from the examples included with Axe. It may just be outdated. On that topic, is the sub(1) still valid in Axe 1.0.1?
Pages: 1 ... 27 28 [29] 30 31 ... 40
|