and one can check to find a blank channel by using

on findEmptyChan
   mt = (member 0 of castLib 0)
   last = the lastChannel
   repeat with i = last to 1
     if (sprite(i).member = mt) then exit
   end repeat
   return i
end

At 1:05 PM -0400 7/16/01, Bill Numerick wrote:
>>I know, create sprite drag the cast member in score but how Director runtime
>>create sprite with Lingo.
>
>The sprites are always there.  All you have to do is put a member in 
>the sprite.
>
>Something simple
>
>sprite(1).member = member("myMember")
>
>HTH
>
>- Bill
>
>_________________________________________________________________
>Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
>[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!]


[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!]

Reply via email to