Hi all,
Does anyone know how can I "paste" a number on a bitmap?
for example :
I have a random integer and a bitmap of some kind, Now I want to put the
number of this integer on the bitmap.
i=random(10) -- random integer
member("text").text=string(i) -- place the number as a text
member("text").fontSize = 100 --increase the size of the font
member("test").picture = member("text").picture -- copy the number picture
to the bitmap
the result is a bitmap(member("test") that hold the number.
the problem is when I try to "blend" this bitmap to other existing bitmap.
the purpose is to see the number on other bitmap as of number on a shirt.
any ideas, code sample?
thank in advance
Yariv Rosenstein
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]