It works for me on NT
Just make sure the state of the picture property of the member returns TRUE
before assigning (the stage).picture
put pictureP(member(member name).picture)
--1
Are you creating the bitmap cast member at runtime?, if you are doing so,
the picture property will be 0
try this, should work fine
newMem = new(#bitmap)
newImage = image(20,20,32)
newmem.image = newimage
newmem.picture = the stage.picture
best regards
------------------------------------------
Ramesh CT
http://www.lingoman.net/
------------------------------------------
>>>
simon says
it works fine on 95,98 and mac but gives an error on NT:
- script error: picture expected
[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!]