macromedia.director.lingo
[Top] [All Lists]

Image with getNetText

Subject: Image with getNetText
From: "extol"
Date: Thu, 28 Jun 2007 06:56:53 +0000 UTC
Newsgroups: macromedia.director.lingo

Is it possible to assign bitmap data to an imageObject for use with copypixels. 
 For example:

     myData = netTextResult(theNetID)
     img = image(200, 200, 32)
     img = String(myData)
     img.copyPixels(movie.stage.image, rect(0, 0, 200, 200), rect(0, 0, 200, 
200))


<Prev in Thread] Current Thread [Next in Thread>