OK, so now I've figured out that the path should say:
newLocH =
> sprite(flashChannel).getFlashProperty("_root.monuments.monument25",#posX)
This works fine in authoring mode, but I get a script error when running
from a projector. Any thoughts?
TIA,
Stephen
on 9/23/01 12:02 AM, Stephen Recker at [EMAIL PROTECTED] wrote:
> I've figured out how to find the location of a Flash movie clip on the main
> Flash timeline from within Director:
>
> newLocH = sprite(flashChannel).getFlashProperty("monument25",#posX)
> newLocV = sprite(flashChannel).getFlashProperty("monument25",#posY)
>
> Now I've created a channel in Flash with a movie clip called "monuments".
> This movie clip has a bunch of movie clips in it, each with a unique name.
> How do I address that movie clip now that it is not on the main time line?
>
> I've tried:
>
> newLocH =
> sprite(flashChannel).getFlashProperty("level0/monuments/monument25",#posX)
> newLocV =
> sprite(flashChannel).getFlashProperty("level0/monuments/monument25",#posY)
>
> No luck. I'm thinking maybe that I need to delare the movie clip using tell
> target, but I just don't know. Anyone have any thoughts? Thanks.
>
> Stephen
[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!]