Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: LoadMovie and pathnames
From: ryan schroeder
Date: Thu, 7 Dec 2000 17:41:36 GMT

Hi Paul,

That helps a lot. I've got one more quick question.

I've got several pieces of code like this:

minX = /:left;

What does the : signify?
Would I treat it the same as /scrollbar ?

Thanks

-ryan

> Hi Ryan,
>
> One way to deal with this is wherever you see "/" in front of a variable
> or target name in the movie you're loading, change it to
> "/theNameOfTheMCYouLoadInto/originalTargetPathOrVar". For example:
>
> Set Variable: "newX" = GetProperty("/scrollbar",_x)
>
> ...becomes...
>
> Set Variable: "newX" =
> GetProperty("/theNameOfTheMCYouLoadInto/scrollbar",_x)
>
>
> If you see "../", *don't* change it as it's a relative path.
>
> hth
>
> paul
>
>
> ryan schroeder wrote on 06 December 2000:
>
>>
>> (Is MM site down for other people or just me?)
>>
>> I'm trying to adapt praystation's wonderful scrollbars (experiments in
>> frictions and interia day 02) for my own use.
>>
>> Everything works fine if I loadmovie into level one, what
>> I'd like to do is
>> load it into a target however. Of course the pathnames get
>> all screwed up
>> and my (very) limited know of AS prevent my from knowing what to do.
>>
>> It seems like I should change the path names in the loaded
>> movie but I'm not
>> sure how to adjust them.
>>
>> Ideas?
>>
>> Thanks a lot.
>>
>> -ryan schroeder
>> ryanatbackriver [dot] net

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save �200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: LoadMovie, pathnames, and tel, Sohrab Pirayesh

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]