SCratch that...I see my own mistake...the "@///" must be a part of the 
string along with the cast filename.

cheers,
Josh

>Cool Bertil...it works!
>
>Interesting though, that "New(#bitmap)" cannot be "new(#cast)".
>
>By the way my linked casts are two folders up, like this:
>  dummy.filename = @/// "library.cst"
>
>But I'm getting errors...basically it's complaining about the "@" 
>operator.  Are there any other ways to set the path to go up folders?
>
>Thank you,
>Josh
>
>
>
>>Sure, try it in the message window:
>>
>>put the number of castLibs
>>-- 1
>>
>>dummy = new(#bitmap)
>>
>>dummy.filename = the moviePath & "lib_01.cst"
>>
>>dummy = VOID -- cleaning up
>>
>>put the number of castLibs
>>-- 2
>>
>>put castLib(2).name
>>-- "lib_01"
>>
>>
>>
>>Bertil Flink
>>Creative Media
>>[EMAIL PROTECTED]
>>
>>Tel: +46 8 544 013 73
>>Mob: +46 706 92 18 95
>>
>>
>>
>>----- Original Message ----- 
>>From: "Mike Gralish" <[EMAIL PROTECTED]>
>>To: <[EMAIL PROTECTED]>
>>Sent: Tuesday, November 19, 2002 1:20 AM
>>Subject: Re: <lingo-l> linking casts - automated
>>
>>
>>> Does this work?  If so, it's too cool & this kills the need for the 
>cast
>>> control xtra.
>>> 
>>> & why, MM, not say 
>>> 
>>> dummy = new(#cast)
>>> 
>>> Mike
>>> 
>>> 
>>> > You can try something like this:
>>> > 
>>> > dummy = new(#bitmap)
>>> > dummy.filename = the moviePath & "lib_01.cst"
>>> > 
>>> > 
>>> > 
>>> > Bertil Flink
>>> > Creative Media
>>> > [EMAIL PROTECTED]
>>
>>[To remove yourself from this list, or to change to digest mode, go 
to 
>http://www.penworks.com/lingo-l.cgi  To post messages to the list, 
>email [EMAIL PROTECTED]  (Problems, email owner-
[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/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/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