Ask a Question related to Macromedia Director Lingo, Design and Development.
-
stixs #1
Copypixels and text
how do i copy plain text from a variable or whateva onto the stage?
if i go from a text file it reduces performance
stixs Guest
-
Copypixels and rotating image?
not to sure on how to rotate image when copying pixels also if its not to much trouble, could you also tell me how to matte things with copypixels?... -
copyPixels Help!!!
I need to import several (about 60 - 100 ) medical images and they MUST be in 16 bit color or better. The problem is when I use copyPixels to show... -
using copyPixels to composite text onto a bitmap
Hi, I am having trouble trying to composite the image of a text member onto a 32 bit graphic castmember using copyPixels(). The 32 bit member has an... -
CopyPixels
Hi, I´m make a project, where exist 3 images that I change color, and I want to copy this images to another image.... this 3 images have a... -
CopyPixels problem
Hi, I have a problem with imaging lingo: Textures=member("texturemap").image.duplicate() SourceRect= rect(xpos,ypos,xpos+40,ypos+40)... -
JB #2
Re: Copypixels and text
The text must alway be imaged in a field or text member.
You can then manipulate a bitmap obtained from the image of the member.
text member image includes a nice alpha channel
textImage = member("textMembeA").image
member("bitmapB").image = textImage
JB Guest



Reply With Quote

