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

Pages: 1 ... 25 26 [27] 28 29 ... 119
391
Computer Projects and Ideas / Re: Back to cretaceous
« on: January 21, 2012, 03:28:52 pm »
I know exactly what you want :) I'll get it done soon, give me a day

392
General Calculator Help / Re: scrolling and tilemapping tutorial?!?!
« on: January 21, 2012, 03:27:10 pm »
this is my code...can you help modify it to work? and I know the map is small I'll make it larger once i get the scrolling


Code: [Select]
:.TILES
:Full
:Lbl TMAP
:ClrDraw
:[010101010101010101010101]→GDB1
:[010000000000000000000001]
:[010000000000000000000001]
:[010000000000000101010101]
:[010000000000000000000001]
:[010001010100000000000001]
:[010000000000000000000001]
:[010101010101010101010101]
:[7E81A581A599817E]→Pic1
:For(B,0,7)
:For(A,0,11)
:{B*12+A+GDB1}→T
:If T
:T--
:Pt-On(A*8,B*8,T*8+Pic1)
:DispGraph
:End
:End
:End
:[3C429581818D423C]→Pic1MAN
:[003C7E7E7E7E3C00]→Pic2MAN
:[3C42A98181B1423C]→Pic3MAN
:45→X:45→Y:0→J:1→D
:Repeat getKey(15)
:
:Pt-On(X,Y,Pic2MAN)r
:If getKey(2) and (pxl-Test(X-1,Y+6)=0) and (pxl-Test(X-1,Y+1)=0)
:X--
:2→D
:End
:If getKey(3) and (pxl-Test(X+8,Y+6)=0) and (pxl-Test(X+8,Y+1)=0)
:X++
:1→D
:End
:If getKey(4) and (pxl-Test(X+1,Y+8) or pxl-Test(X+7,Y+8)
:18→J
:End
:If (J>0)
:Y--
:J--
:End
:If (pxl-Test(X+6,Y+8)=0) and (pxl-Test(X+1,Y+8)=0) and (J=0) or (pxl-Test(X,Y) or (pxl-Test(X+7,Y)
:Y++
:0→J
:End
:If getKey(1) and (pxl-Test(X,Y+8)=0) and (pxl-Test(X,Y+8)=0)
:Y++
:0→J
:End
:If (D=1)
:Pt-Change(X,Y,Pic1MAN)
:End
:If (D=2)
:Pt-Change(X,Y,Pic3MAN)
:End
:Pause 25
:DispGraph
:DispGraphr
:ClrDrawr
:If (D=1)
:Pt-Change(X,Y,Pic1MAN)
:End
:If (D=2)
:Pt-Change(X,Y,Pic3MAN)
:End
:End

393
Computer Projects and Ideas / Re: Back to cretaceous
« on: January 21, 2012, 03:21:36 pm »
ok so dimensions? and do you want brick, or a space syfy texture? and colors? can I get creative or do you want it to be certain shades?

394
Computer Projects and Ideas / Re: Back to cretaceous
« on: January 21, 2012, 02:41:03 pm »
so by texture...you want color too? right

395
Computer Projects and Ideas / Re: Daemons
« on: January 21, 2012, 01:39:43 pm »
Glad to help! I hope you like them :)

Sorry, there is quite a few :P

396
General Calculator Help / Re: scrolling and tilemapping tutorial?!?!
« on: January 21, 2012, 12:47:48 pm »
Yeah I saw that but I didn't understand it much. Plus thats for an RPG and I want one easily fitted for a platformer, I'll check it out again anyways thanks, I might understand it now since the last time I checked it was a month ago before I actually understood tile mapping

397
General Calculator Help / Re: scrolling and tilemapping tutorial?!?!
« on: January 21, 2012, 11:36:02 am »
Yeah I did search it but I couldn't find something that made sense, so yeah thanks I'd really appreciate it leafy :)

398
Humour and Jokes / Re: Most interesting experience you have had
« on: January 20, 2012, 11:55:47 pm »
just found out if my toe gets infected I might be having a small amputation O.O ...but most likely not

399
Computer Projects and Ideas / Re: Nightmare
« on: January 20, 2012, 11:49:18 pm »
the games not over yet! i lost...

400
Computer Projects and Ideas / Re: Nightmare
« on: January 20, 2012, 11:42:52 pm »
you'll have to find out  :evillaugh:

401
News / Re: SOPA/PIPA blackout
« on: January 20, 2012, 10:51:07 pm »
Just wondering, when is the bar over Omnimaga gonna be taken down?

402
Computer Projects and Ideas / Re: Daemons
« on: January 20, 2012, 10:44:25 pm »
Glad to help :) I'll post them soon, like maybe tomorrow

403
Computer Projects and Ideas / Re: Daemons
« on: January 20, 2012, 10:05:30 pm »
Glad to help! now do you want the side view and back view?  (did I earn credit? lol)

404
Humour and Jokes / Re: Most interesting experience you have had
« on: January 20, 2012, 09:59:48 pm »
I have yet to break a single bone in my body :) I guess I'm lucky!

405
Computer Projects and Ideas / Re: Daemons
« on: January 20, 2012, 09:54:31 pm »
here are you new and improved (i think) character sprites :)

Pages: 1 ... 25 26 [27] 28 29 ... 119