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

Pages: 1 ... 86 87 [88] 89 90 ... 113
1306
Axe / Re: Jumping
« on: October 20, 2011, 01:36:51 pm »
ooh yes it does. +1 XD
EDIT: but they just stop at the end, they don't reverse direction...

1307
ooh woops I forgot to even check it first. XD
EDIT: I even posted on it :P

1308
Hey welcome to the forums gendoku! if you are planning on staying you should introduce yourself.

1309
Elimination / Re: Elimination: Vote on Powerups to include
« on: October 20, 2011, 12:42:23 am »
Oh wait yeah... five.
I am an idiot... XD

1310
Elimination / Re: Elimination: Vote on Powerups to include
« on: October 20, 2011, 12:25:24 am »
Ooh that worked well, 4 of them are dominant...

1311
Axe / Re: Jumping
« on: October 20, 2011, 12:11:40 am »
Ok, so I have another question...
So, this was my first attempt at using pointers in axe.
I've got the Idea, but not completely, so I don't know what I did wrong with this program.
It's for a game I'm making called swords, and all that I need to do is have the enemies walk across the screen and back.
Source and Executable are included...
and screenie!!!
EDIT: I'll just put the source here:
Code: [Select]
:.ENEMY
:.enemy
:[3C4289819F423C14]->Pic1
:.X position of enemies in L1
:For(A,1,5)
:(A*9)->{L1+A}
:End
:.which direction each enemy is going
:For(A,6,10)
:1->{L1+A}
:End
:Repeat getKey(15)
:ClrDraw
:Line(0,63,95,63)
:Line(0,0,95,0)
:Line(95,0,95,63)
:Line 0,0,0,63)
:.draw guys
:For(E,1,5)
:Pt-On(({L1+E}),55,Pic1)
:End
:Dispgraph
:.see if at edge
:For(F,1,5)
:If ({L1+F}=1) or ({L1+F}=86)
:((-1)*({L1+F}))->{L1+F}
:End
: End
:.actually move them
:For(C,1,5)
:({L1+C})+({L1+(C+5)})->{L1+C}
:End
:Pause 50
:  End

1312
TI Z80 / Re: AxePaint
« on: October 19, 2011, 11:05:49 pm »
Ooh I like it...
+1 all the way XD

1313
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 19, 2011, 11:03:31 pm »
2320: freyaday changed his profile pic :P

1314
Portal X / Re: Portal X
« on: October 18, 2011, 06:52:16 pm »
Just realized that intros dont count towards post count, so time to look for more places to post.
that you are right. posting is good. :)

1315
Introduce Yourself! / Re: Greetings Calc-lings!
« on: October 18, 2011, 06:46:20 pm »
hey, dont just eat peanuts! Have some ice cream.


and some veggies... jk XD
ps that looks way good fisch...
* parser padwan smacks his lips...

1316
Introduce Yourself! / Re: Greetings Calc-lings!
« on: October 18, 2011, 06:43:37 pm »
Sorry, i just sent a urine sample over private irc.
eewwwwwwwwww.....

1317
Humour and Jokes / Re: Dilbert: "We could only program with 0s"
« on: October 18, 2011, 06:42:41 pm »
Well, you sure can: http://klasse.eichelsdoerfer.net/escher_treppe_2.jpg :) .
ooh one of those endless staircases...
I can program with semicolons!
I program with .5's. O0

1318
Computer Projects and Ideas / Re: Trio and Niko
« on: October 18, 2011, 06:37:32 pm »
is this for the prizm? if so HURRY pls it seems so COOL
hey lots of new members today...
welcome Usikam3x, you should introduce yourself

1319
Introduce Yourself! / Re: Hello everyone
« on: October 18, 2011, 06:33:49 pm »
Welcome to YOUR DOOM Omnimaga!
Have some more peanuts.























Just kidding you're probably sick of them.
See you on the forums!
I could have eaten them for him...

1320
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 18, 2011, 06:24:13 pm »
2273: teachers get mad at you because all the kids just play calc games during class. :P

Pages: 1 ... 86 87 [88] 89 90 ... 113