lingo-l put a cast member on stage

2001-01-07 Thread Jonathan
How can i put a cast member on the stage ? can i use this as an example : on mouseup me put member"aBitmap" in a random location within the stage rect end me [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

Re: lingo-l put a cast member on stage

2001-01-07 Thread Kerry Thompson
How can i put a cast member on the stage ? can i use this as an example : on mouseup me put member"aBitmap" in a random location within the stage rect end me No, it doesn't really work like that. You don't put cast members on the stage--you put sprites on the stage. This is really a bit

Re: lingo-l put a cast member on stage

2001-01-07 Thread JUNAID ALAM
jonathan either u can put one sprite say in channel 1 and use the command on mouseup(or any event) sprite(1).membernum=cast member number which u want to put on the stage. or if u want to put it whitout taking the help of any sprite and want the sprite to be generated during run time then