View Single Post
  #19  
Old 05-09-2004, 02:29 AM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
Quote:
Originally Posted by dlang
I don't care if you can do it in the gani I want to be able to do it from the script, its not that hard. just have like:

setshape3 index,x,y,width,height;

I would also like to be able to make images out of tiles by using the tile coordinates in the tile selection window, not by pixel.
Well, the images out of tiles by using tile coords isn't going to happen, seeing that the conversion's so simple: (tilex*16,tiley*16) = (pixelsx,pixelsy).

EDIT: dont forget... for maximum utilization capabilities we'd want it to be "setshape3 index,x,y,width,height,type;"

Last edited by jake13jake; 05-09-2004 at 02:44 AM..
Reply With Quote