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 ... 26 27 [28] 29 30 ... 119
406
General Calculator Help / Re: scrolling and tilemapping tutorial?!?!
« on: January 20, 2012, 09:45:24 pm »
Seeker 2: The Body  OH and this is in axe

407
General Calculator Help / scrolling and tilemapping tutorial?!?!
« on: January 20, 2012, 09:39:02 pm »
So after finally learning tilemapping, I am finding I can't figure out how to implement scrolling! I wanted to get it so when I started moving right or left the screen moved the opposite direction. but to be honest I don't think my tilemapping is gonna work. so could someone make me a tutorial on a sidescrolling tilemap? And I want this for a platformer jsyk

Thanks :)

408
Computer Projects and Ideas / Re: Nightmare
« on: January 20, 2012, 08:27:47 pm »
This is looking really good :)

409
General Calculator Help / Re: plat-former scrolling help
« on: January 20, 2012, 07:54:27 pm »
*cough

410
Humour and Jokes / Re: Most interesting experience you have had
« on: January 20, 2012, 07:24:31 pm »
Yeah I'm getting feeling back now so I guess I'll be ok

411
ok so parser, how would I change the tile map to say a floor ?

412
Humour and Jokes / Re: Most interesting experience you have had
« on: January 20, 2012, 05:48:17 pm »
lol yeah I checked it out more, and I think I'll just ice it for awhile :P and see what happens (at least it wasn't my hands! I can still code)

413
Humour and Jokes / Re: Most interesting experience you have had
« on: January 20, 2012, 05:19:03 pm »
most interesting experience for me? well I just ran upstairs to get more chicken and rice (covered in hot sauce) and I hit my toe on on the metal part of the top step...I looked down to find a chunk of my toe hanging off....it hurt...so I put a band aid on it and took a Tylenol ....I think I need stitches now that I lost feeling in that toe....hmmm :P lol this is a first O.O

414
General Calculator Help / Re: plat-former scrolling help
« on: January 20, 2012, 05:15:06 pm »
ok here is my code, I'd appreciate it if someone could show me where I need to put in stuff to all me to scoll...and yes I know the tiles map GDB1 will need to be wider but I'll change that later

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

415
WOAH SAME HERE!!! wow nice to know someone else shares my problems

416
Ok thanks :)

417
Wow I just posted something about me having the same problem!!!

418
General Calculator Help / Re: plat-former scrolling help
« on: January 20, 2012, 04:45:14 pm »
ok thanks I'll check it out

419
General Calculator Help / plat-former scrolling help
« on: January 20, 2012, 04:22:51 pm »
So I'm trying to make a plat-former (tilemapped) and I want to have scrolling so when I go far enough to the left or right the screen moves with you, like the old mario games :) problem is I don't know how :P I do have the tile map stuff, but if someone could direct me to a tutorial or maybe they could help me I'd appreciate it :) Thanks

420
Computer Projects and Ideas / Re: After Dark [Mindstorm NXT]
« on: January 19, 2012, 10:39:17 pm »
most likely :)

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