Game Development Community

How to create a Scroller?

by Jason Walters · in Torque X Platformer Kit · 11/19/2008 (6:16 pm) · 2 replies

I can't seem to find any info on how to actually create a Scroller. Can someone point me to a tutorial or possibly tell me where it is in the documentation?

If I try to convert a material, i get an error:
"The size of this image is not a power of 2..."

#1
11/20/2008 (6:59 am)
Quote:where it is in the documentation?
You can study the scrollers in LightingDemo2D and TankBuster that come with TXB.

Quote:The size of this image is not a power of 2
Power of 2 means each side must be 2, 4, 8, 16, 32, 64, 128, 256, 512, or 1024 pixels long.
#2
11/20/2008 (10:53 am)
Thank you - I appreciate your help!