Game Development Community

Scroller question, probably quick and dumb

by jeremy young · in iTorque 2D · 04/25/2011 (5:55 pm) · 2 replies

I just purchased iTorque and love it so far. Started messing with scrollers, but I cant seem to get rid of the white box where the image is wrapped. I have turned "filter pad" off along with all the other options in the image builder menu. I have repeat set to x=1 y=1 in scroller options. Any info would be greatly appreciated. Thanks in advance

About the author

Trained in Automation, Programming, and electronics, but thanks to this wonderful economy is now a Pipefitter.


#1
04/25/2011 (8:30 pm)
Check that you're only using power of two images.

So resolutions (can mix and match horizontal and vertical) of 2,4,8,16,32,64,128,256,512,1024,2048.
#2
04/25/2011 (8:58 pm)
Awesome!! thanks for the quick reply. It works great.