optimazion tips: change this:
newImage.setPixel(destX, destY, anImage.getPixel(sourceX, sourceY))
to this:
newImage.setPixel(destX, destY, anImage.getPixel(sourceX, sourceY,
#integer))
Should be a bit faster, in director 8.5 anyways...
/Christoffer
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]