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

Pages: [1]
1
Axe / Re: New Tilemapping Tutorial With Example
« on: December 17, 2011, 12:55:41 pm »
fixed it.
instead of
Code: [Select]
:Pt-Off(40,32,Pic1+8+(θ/4^2*8+8*(θ≠0))+{r1}
:Pt-Off(40,24,Pic1+{r1}
I had to use
Code: [Select]
:Pt-Off(40,32,8+(θ/4^2*8+8*(θ≠0))+Y+Pic1
:Pt-Off(40,24,Y+Pic1
and I interchanged all instances of {r1} with Y

Also, I have Wabbitemu, just don't know how to upload the screenie to here.
The code I was using was the exact same as the tutorial.

2
Axe / Re: New Tilemapping Tutorial With Example
« on: December 16, 2011, 04:18:35 pm »
So i used your character sprites and ended up with some messed up looking dude...
 x.x
(i'd put a screenshot but i'm a noob and idk how to do that)

Pages: [1]