> Have you tried using getPixel(x, y, #integer) ? Thanks James, very interesting. I will remember that.
After all, I did get it work using copyPixels. I had to use copyPixels anyway, because I had to care for variable length of text. So when copypixeling the 32bit image into a 24bit image, the alphachannel seems to be used. Anyway, this worked for me: le = textMem.text.length p = charPosToLoc(textMem, le).locH img1 = tickerMem.image img2 = image(p, 10, 24) srcRect = rect(0, 2, p, 12) img2.copyPixels(img1, img2.rect, srcRect, [#ink: #copy]) img2 is image I can explore with the "normal" getPixel command. Thanks Michael [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!]
